次の方法で共有


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 それ以外の場合は 。

適用対象