OffsetBufferTExtractArray Method (Int32, Int32) |
Extracts array from Buffer by creating a copy.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public T[] ExtractArray(
int offset,
int count
)
Public Function ExtractArray (
offset As Integer,
count As Integer
) As T()
public:
array<T>^ ExtractArray(
int offset,
int count
)
member ExtractArray :
offset : int *
count : int -> 'T[]
Parameters
- offset
- Type: SystemInt32
The offset.
- count
- Type: SystemInt32
Number of bytes to extract.
Return Value
Type:
T
The extracted array.
See Also