Represents a strongly-typed collection of Path objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public sealed class PathCollection : List<Path> |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class PathCollection |
Inheritance HierarchySystem.Object![]()
System.Collections.Generic.List(Path)![]()
MindFusion.Diagramming.PathCollection
See Also