Share via


AllowedTypesSerializationBinder.AllowedTypes Property

Definition

Gets the collection of the allowed types.

public System.Collections.Generic.IList<Type> AllowedTypes { get; }
member this.AllowedTypes : System.Collections.Generic.IList<Type>
Public ReadOnly Property AllowedTypes As IList(Of Type)

Property Value

A IList<T> of allowed Type classes.

Applies to