IByteBlockCorePosition 属性
获取或设置字节块中的当前位置。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
int Position { get; set; }
Property Position As Integer
Get
Set
abstract Position : int with get, set
属性值
Int32表示字节块中的当前读写位置,从0开始的索引。
位置用于跟踪读取或写入操作的当前位置,通常在0到
Length之间。