共用方式為


CborWriter.AllowMultipleRootLevelValues 屬性

定義

取得值,指出此寫入器是否允許多個根層級的 CBOR 資料項目。

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

屬性值

true 如果寫入器允許多個根層級 CBOR 數據項,則為 ;否則為 false

適用於