次の方法で共有


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

適用対象