Initializes a new instance of the WritableArraySegment<T> class.
| C# | Visual Basic | Managed C++ | 
public WritableArraySegment ( ArraySegment<T> buffer )
Public Sub New ( _ buffer As ArraySegment(Of T) _ )
public: WritableArraySegment ( ArraySegment<T> buffer )
- buffer (ArraySegment<(Of T>))
 [Missing <param> documentation for "buffer"]