CborReader.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

適用対象