ImmutableArray<T>.IsDefault 属性

定义

获取一个值,该值指示此数组是否已声明但未初始化。

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

属性值

true如果为 ,ImmutableArray<T>null则为 ;否则为 false.

适用于