ArraySectionTIsNullOrEmpty Property

Gets whether this ArraySectionT instance represents an empty array section or a array.

Definition

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

Property Value

Boolean

See Also