Bridge

Delegate..::..Combine Method

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static Delegate Combine(
	Delegate a,
	Delegate b
)
<TemplateAttribute> _
Public Shared Function Combine ( _
	a As Delegate, _
	b As Delegate _
) As Delegate
[TemplateAttribute]
public:
static Delegate^ Combine(
	Delegate^ a, 
	Delegate^ b
)