Hunny Software Library Reference

ByteString.Offset Property

Offset in the internal buffer of the instance's content.

[Visual Basic]
Public ReadOnly Property Offset As Integer
[C#]
public int Offset {get;}

Remarks

This property is used with Data to access the internal buffer of the ByteString instance.

Applications typically do not need to use this property. It is used internally by the library and is made public so that third parties may use it to extend the library.

See Also

ByteString Class | Hunny.Base Namespace