QuickList<TValue> ​
Kind: Class
Namespace: CrowdControl.Common
Inheritance: IEnumerable → IEnumerable\<TValue\> → IReadOnlyCollection\<TValue\> → IReadOnlyList\<TValue\>
Public Constructors
QuickList<TValue>(IEnumerable list)
QuickList<TValue>(TValue[] list)
QuickList<TValue>(ReadOnlySpan list)
Public Member Functions
TValue
FirstOrDefault()
bool
Any()
bool
Any(Func predicate)
IEnumerator
GetEnumerator()
Properties
int
Count
[get, ]
TValue
Item
[get, ]
