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: 10.0.0
C#
public bool IsNullOrEmpty {
	get;
 }

Property Value

Boolean

See Also