Back to Website
Show / Hide Table of Contents

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
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback