Initializes a new instance of the WritableArraySegment<T> class.

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

- buffer (T[]())
[Missing <param> documentation for "buffer"]