Array2DTIsNull Property

Gets whether this Array2DT instance represents a array.
Please note that the ToArray/To2DArray/ToJaggedArray methods return when this property returns .

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool IsNull {
	get;
 }

Property Value

Boolean

See Also