| OffsetBufferT Constructor (T, Int32, Int32) | 
                Constructor.
            
 
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic OffsetBuffer(
	T[] array,
	int offset,
	int count
)
Public Sub New ( 
	array As T(),
	offset As Integer,
	count As Integer
)
public:
OffsetBuffer(
	array<T>^ array, 
	int offset, 
	int count
)
new : 
        array : 'T[] * 
        offset : int * 
        count : int -> OffsetBufferParameters
- array
 - Type: T
    The array.  - offset
 - Type: SystemInt32
   The offset.  - count
 - Type: SystemInt32
    Number of.  
See Also