Public Function New( _
ByVal () As Byte, _
ByVal As Integer, _
ByVal As Integer _
)
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
Dim instance As New Segment(buffer, offset, count)
public Segment(
byte[] ,
int ,
int
)
public: Segment(
byte[]* ,
int ,
int
)
public:
Segment(
array<byte>^ ,
int ,
int
)