Click or drag to resize

BufferSegment Constructor

Overload List
 NameDescription
Public methodBufferSegment(Byte) Creates a new BufferSegment describing the entire specified byte array.
Public methodBufferSegment(Int64) Creates a new BufferSegment with a given fixed size.
Public methodBufferSegment(ArraySegmentByte, Int32, Int32) Creates a new BufferSegment referencing a subsection of the same underlying memory byte array as the specified pointer.
Public methodBufferSegment(Byte, Int32, Int32) Creates a new BufferSegment.
Top
See Also