ImmutableArray<T>.IsDefault プロパティ

定義

この配列が宣言されていても初期化されていないかどうかを示す値を取得します。

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

プロパティ値

ImmutableArray<T>null の場合は true、それ以外の場合は false

適用対象