Show / Hide Table of Contents

Class LinqExtensions

Inheritance
object
LinqExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: System.Linq.SupportForNetstandard2_0
Assembly: SoCore.dll
Syntax
public static class LinqExtensions

Methods

ToHashSet<TSource>(IEnumerable<TSource>)

Declaration
public static HashSet<TSource> ToHashSet<TSource>(this IEnumerable<TSource> source)
Parameters
Type Name Description
IEnumerable<TSource> source
Returns
Type Description
HashSet<TSource>
Type Parameters
Name Description
TSource

ToHashSet<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)

Declaration
public static HashSet<TSource> ToHashSet<TSource>(this IEnumerable<TSource> source, IEqualityComparer<TSource> comparer)
Parameters
Type Name Description
IEnumerable<TSource> source
IEqualityComparer<TSource> comparer
Returns
Type Description
HashSet<TSource>
Type Parameters
Name Description
TSource
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top