
Syntax
C# | Visual Basic | Managed C++ |
public WritableArraySegment (
T[] buffer,
int offset,
int count
)
Public Sub New ( _
buffer As T(), _
offset As Integer, _
count As Integer _
)
public:
WritableArraySegment (
array<T>^ buffer,
int offset,
int count
)

Parameters
- buffer (T[]())
[Missing <param> documentation for "buffer"]
- offset (Int32)
[Missing <param> documentation for "offset"]
- count (Int32)
[Missing <param> documentation for "count"]
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0