OffsetBufferTExtractArray Method |
Extracts the underlying buffer into a new array.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public T[] ExtractArray()
Public Function ExtractArray As T()
public:
array<T>^ ExtractArray()
member ExtractArray : unit -> 'T[]
Return Value
Type:
T
The extracted array.
See Also