Click or drag to resize
HashSet2T Class

[Missing <summary> documentation for "T:System.Collections.Generic.HashSet2`1"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericHashSet2T

Namespace: System.Collections.Generic
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public class HashSet2<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:System.Collections.Generic.HashSet2`1"]

The HashSet2T type exposes the following members.

Constructors
  NameDescription
Public methodHashSet2T
Initializes a new instance of the HashSet2T class
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Top
See Also