[Missing <summary> documentation for "M:NHibernate.Proxy.DynamicProxy.HashSetExtensions.Merge``1(System.Collections.Generic.HashSet{``0},System.Collections.Generic.IEnumerable{``0})"]

Namespace: NHibernate.Proxy.DynamicProxy
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static HashSet<T> Merge<T>(
	this HashSet<T> source,
	IEnumerable<T> toMerge
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function Merge(Of T) ( _
	source As HashSet(Of T), _
	toMerge As IEnumerable(Of T) _
) As HashSet(Of T)
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
static HashSet<T>^ Merge(
	HashSet<T>^ source, 
	IEnumerable<T>^ toMerge
)

Parameters

source
Type: System.Collections.Generic..::..HashSet<(Of <(<'T>)>)>

[Missing <param name="source"/> documentation for "M:NHibernate.Proxy.DynamicProxy.HashSetExtensions.Merge``1(System.Collections.Generic.HashSet{``0},System.Collections.Generic.IEnumerable{``0})"]

toMerge
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>

[Missing <param name="toMerge"/> documentation for "M:NHibernate.Proxy.DynamicProxy.HashSetExtensions.Merge``1(System.Collections.Generic.HashSet{``0},System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:NHibernate.Proxy.DynamicProxy.HashSetExtensions.Merge``1(System.Collections.Generic.HashSet{``0},System.Collections.Generic.IEnumerable{``0})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Proxy.DynamicProxy.HashSetExtensions.Merge``1(System.Collections.Generic.HashSet{``0},System.Collections.Generic.IEnumerable{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HashSet<(Of <(<'T>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also