ArraySectionTIsNull Property

Gets whether this ArraySectionT instance represents a array.
Please note that the ToArray method returns 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