Edit

Share via


NewtonsoftJsonCodec.ITypeFilter.IsTypeAllowed(Type) Method

Definition

bool? ITypeFilter.IsTypeAllowed (Type type);
abstract member Orleans.Serialization.ITypeFilter.IsTypeAllowed : Type -> Nullable<bool>
override this.Orleans.Serialization.ITypeFilter.IsTypeAllowed : Type -> Nullable<bool>
Function IsTypeAllowed (type As Type) As Nullable(Of Boolean) Implements ITypeFilter.IsTypeAllowed

Parameters

type
Type

Returns

Implements

Applies to