Aardvark.Base


IRange

IRange enforces a uniform design of all range types. This non-generic interface contains all the methods and properties that are independent of type. It serves as a base interface to the generic IRange interface.

Instance members

Instance memberDescription
IsEmpty
Signature: bool
Modifiers: abstract
IsNonEmpty
Signature: bool
Modifiers: abstract
Fork me on GitHub