Click or drag to resize

PFExternalConnection_BindingsRemoveRange Method

Removes the specified bindings from the collection. Works with object reference. Provided bindings have to be loaded from collection.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void RemoveRange(
	IEnumerable<PFExternalConnection_Binding> bindings
)

Parameters

bindings
Type: System.Collections.GenericIEnumerablePFExternalConnection_Binding
The binding collection.
See Also