Class CollectionExtensionMethods
Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class CollectionExtensionMethods
Inheritance: System.Object -> CollectionExtensionMethods
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Methods
Concat<T>
public static IEnumerable<T> Concat<T>(this IEnumerable<T> collection, T element)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.IEnumerable<<T>> | collection | |
<T> | element |
Returns
System.Collections.Generic.IEnumerable<<T>>
GetCollectionHashCode<T>
public static int? GetCollectionHashCode<T>(this IEnumerable<T> collection)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.IEnumerable<<T>> | collection |
Returns
System.Nullable<System.Int32>