CastArray2DTFrom, TToIsNull Property

Gets whether this CastArray2DTFrom, TTo 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: 10.0.0
C#
public bool IsNull { get; }

Property Value

Boolean

See Also