Share via


AllowedTypesSerializationBinder(IList<Type>) Constructor

Definition

Initializes a new instance of the AllowedTypesSerializationBinder class.

public AllowedTypesSerializationBinder (System.Collections.Generic.IList<Type> allowedTypes = default);
new Microsoft.Bot.Builder.AllowedTypesSerializationBinder : System.Collections.Generic.IList<Type> -> Microsoft.Bot.Builder.AllowedTypesSerializationBinder
Public Sub New (Optional allowedTypes As IList(Of Type) = Nothing)

Parameters

allowedTypes
IList<Type>

A list of types to allow when the binder assign them upon deserialization.

Applies to