RemoveBindings
method in Coherence.Editor.CoherenceSyncUtils
Methods
public static int RemoveBindings(CoherenceSync sync, Predicate<Binding> match)
Removes all Bindings from a given CoherenceSync that match the given predicate.
Parameters
| Type | Name | Description |
|---|---|---|
| CoherenceSync | sync | |
| Predicate<Binding> | match |
Returns
| Type | Description |
|---|---|
| int | Number of Bindings removed. |