Removes the first occurrence of a specific object from the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public bool Remove ( |
Visual Basic
![]() |
---|
Public Function Remove( _ |
The object to remove from the collection.
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original collection.