CompoundTypeAliasTree Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a compound type aliases as a prefix tree.
public class CompoundTypeAliasTree
type CompoundTypeAliasTree = class
Public Class CompoundTypeAliasTree
- Inheritance
-
CompoundTypeAliasTree
Properties
Key |
Gets the key for this node. |
Value |
Gets the value for this node. |
Methods
Add(String, Type) |
Adds a node to the tree. |
Add(String) |
Adds a node to the tree. |
Add(Type, Type) |
Adds a node to the tree. |
Add(Type) |
Adds a node to the tree. |
Create() |
Creates a new tree with a root node which has no key or value. |