Click or drag to resize
HashSet2TRemove Method

[Missing <summary> documentation for "M:System.Collections.Generic.HashSet2`1.Remove(`0)"]

Namespace: System.Collections.Generic
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Remove(
	T item
)

Parameters

item
Type: T

[Missing <param name="item"/> documentation for "M:System.Collections.Generic.HashSet2`1.Remove(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:System.Collections.Generic.HashSet2`1.Remove(`0)"]

See Also