Class GraphEntryRegistry
Inheritance
System.Object
GraphEntryRegistry
Syntax
public class GraphEntryRegistry : object, IEntryRegistry
Constructors
GraphEntryRegistry(ScriptGraphGraph)
Declaration
public GraphEntryRegistry(ScriptGraphGraph graph)
Parameters
Properties
Entries
Declaration
public ReadOnlyCollection<SearchTreeEntry> Entries { get; }
Property Value
Type |
Description |
ReadOnlyCollection<SearchTreeEntry> |
|
Paths
Declaration
public ReadOnlyCollection<string> Paths { get; }
Property Value
Type |
Description |
ReadOnlyCollection<System.String> |
|
Methods
Build()
Declaration
Implements