Removes the first occurrence of a specific object from the collection.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |