Edit

Share via


CompoundTypeAliasTree.Add Method

Definition

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.

Returns

Applies to