Class ConstantEntryRegistry
Builds and contains all the constant node search tree entries.
Inheritance
ConstantEntryRegistry
Syntax
public class ConstantEntryRegistry : IEntryRegistry
Constructors
ConstantEntryRegistry(ScriptNodeViewTypesRegistry)
Declaration
public ConstantEntryRegistry(ScriptNodeViewTypesRegistry nodeViewTypesRegistry)
Parameters
Properties
Entries
Gets all the registry's entries.
Declaration
public ReadOnlyCollection<SearchTreeEntry> Entries { get; }
Property Value
Paths
Declaration
public ReadOnlyCollection<string> Paths { get; }
Property Value
Methods
Build()
Declaration
Implements