CborWriter.BytesWritten 属性

定义

获取已写入到缓冲区的字节总数。

public:
 property int BytesWritten { int get(); };
public int BytesWritten { get; }
member this.BytesWritten : int
Public ReadOnly Property BytesWritten As Integer

属性值

已写入缓冲区的总字节数。

适用于