DeclarativeType Constructors
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
| 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.