OffsetBufferTArray Property |
An array of type T containing elements.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public T[] Array { get; }
Public ReadOnly Property Array As T()
Get
public:
virtual property array<T>^ Array {
array<T>^ get () sealed;
}
abstract Array : 'T[] with get
override Array : 'T[] with get
Property Value
Type:
TImplements
IOffsetBufferTArraySee Also