Class Collection
Functions for working with collections.
Inheritance
System.Object
Collection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Virtlink.Utilib.Collections
Assembly: Virtlink.Utilib.dll
Syntax
public static class Collection
Methods
| Improve this Doc View SourceEmpty<T>()
Returns a read-only empty collection.
Declaration
public static IReadOnlyCollection<T> Empty<T>()
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<T> | The read-only empty collection. |
Type Parameters
Name | Description |
---|---|
T | The type of elements in the collection. |