Tests whether the sequence is not empty.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax public bool NonEmpty { get; }
public bool NonEmpty { get; }
Public ReadOnly Property NonEmpty As Boolean
Get
Public ReadOnly Property NonEmpty As Boolean
Get
public:
virtual property bool NonEmpty {
bool get () sealed;
}
public:
virtual property bool NonEmpty {
bool get () sealed;
}
abstract NonEmpty : bool with get
override NonEmpty : bool with get
abstract NonEmpty : bool with get
override NonEmpty : bool with get
Property Value
Type:
BooleanImplements
ISequence T NonEmptySee Also