DeclarativeType Constructors

Definition

Overloads

DeclarativeType()

Initializes a new instance of the DeclarativeType class.

DeclarativeType(String, Type)

Initializes a new instance of the DeclarativeType class.

DeclarativeType()

Initializes a new instance of the DeclarativeType class.

public DeclarativeType ();
Public Sub New ()

Applies to

DeclarativeType(String, Type)

Initializes a new instance of the DeclarativeType class.

public DeclarativeType (string kind, Type type);
new Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType : string * Type -> Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType
Public Sub New (kind As String, type As Type)

Parameters

kind
String

$kind.

type
Type

type.

Applies to