RemoveAt

IBehaviorCollection.RemoveAt method

Removes behavior from a collection at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of a behavior to remove.

See Also