Removes the first occurrence of a specific object from the collection.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public abstract bool Remove ( |
Visual Basic Copy Code |
---|
Public MustOverride Function Remove( _ |
The object to remove from the collection.
true if item is successfully removed; otherwise, false.