AllowedTypesSerializationBinder.AllowedTypes 属性

定义

获取允许类型的集合。

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

属性值

允许的 Type 类的 IList<T>

适用于