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