Show / Hide Table of Contents

Class HashSetExtensions

Inheritance
System.Object
HashSetExtensions
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: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class HashSetExtensions

Methods

| Improve this Doc View Source

AddRange<T>(HashSet<T>, IEnumerable<T>)

Declaration
public static void AddRange<T>(this HashSet<T> set, IEnumerable<T> values)
Parameters
Type Name Description
HashSet<T> set
IEnumerable<T> values
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾