Class CollectionExtensionMethods
Inheritance
System.Object
CollectionExtensionMethods
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class CollectionExtensionMethods
Methods
Concat<T>(IEnumerable<T>, T)
Declaration
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
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T> |
Type Parameters
| Name | Description |
|---|---|
| T |
GetCollectionHashCode<T>(IEnumerable<T>)
Declaration
public static int? GetCollectionHashCode<T>(this IEnumerable<T> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<T> | collection |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Type Parameters
| Name | Description |
|---|---|
| T |