Search
PathCollection Class
See Also
 






Represents a strongly-typed collection of Path objects.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public sealed class PathCollection : List<Path>

Visual Basic  Copy Code

Public NotInheritable Class PathCollection
    Inherits List(Of Path)

 Inheritance Hierarchy

System.Object
    System.Collections.Generic.List(Path)
        MindFusion.Diagramming.PathCollection

 See Also