Click or drag to resize

ModelingListTRemove Method

Overload List
  NameDescription
Public methodRemove(T)
Removes the first occurence of a given object from the list. This will also unbind the object from its parent.
Public methodRemove(T)
Removes the first occurence of each specified object from the list. All objects will also be unbound from the parent object.
Top
See Also