CompoundTypeAliasTree.Add Method
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.
Overloads
Add(String) |
Adds a node to the tree. |
Add(Type) |
Adds a node to the tree. |
Add(String, Type) |
Adds a node to the tree. |
Add(Type, Type) |
Adds a node to the tree. |
Add(String)
Adds a node to the tree.
public Orleans.Serialization.TypeSystem.CompoundTypeAliasTree Add (string key);
member this.Add : string -> Orleans.Serialization.TypeSystem.CompoundTypeAliasTree
Public Function Add (key As String) As CompoundTypeAliasTree
Parameters
- key
- String
The key for the new node.
Returns
Applies to
Add(Type)
Adds a node to the tree.
public Orleans.Serialization.TypeSystem.CompoundTypeAliasTree Add (Type key);
member this.Add : Type -> Orleans.Serialization.TypeSystem.CompoundTypeAliasTree
Public Function Add (key As Type) As CompoundTypeAliasTree
Parameters
- key
- Type
The key for the new node.
Returns
Applies to
Add(String, Type)
Adds a node to the tree.
public Orleans.Serialization.TypeSystem.CompoundTypeAliasTree Add (string key, Type value);
member this.Add : string * Type -> Orleans.Serialization.TypeSystem.CompoundTypeAliasTree
Public Function Add (key As String, value As Type) As CompoundTypeAliasTree
Parameters
- key
- String
The key for the new node.
- value
- Type
The value for the new node.
Returns
Applies to
Add(Type, Type)
Adds a node to the tree.
public Orleans.Serialization.TypeSystem.CompoundTypeAliasTree Add (Type key, Type value);
member this.Add : Type * Type -> Orleans.Serialization.TypeSystem.CompoundTypeAliasTree
Public Function Add (key As Type, value As Type) As CompoundTypeAliasTree
Parameters
- key
- Type
The key for the new node.
- value
- Type
The value for the new node.