Share via


CborWriter.IsWriteCompleted 属性

定义

声明编写器是完成了完整根级别 CBOR 文档的编写,还是完成了根级别 CBOR 文档序列的编写。

public:
 property bool IsWriteCompleted { bool get(); };
public bool IsWriteCompleted { get; }
member this.IsWriteCompleted : bool
Public ReadOnly Property IsWriteCompleted As Boolean

属性值

true 如果编写器已完成编写完整的根级 CBOR 文档或根级 CBOR 文档序列; false 否则。

适用于