Edit

Share via


DotNetSerializableCodec.IsSupportedType(Type) Method

Definition

Determines whether the specified type is supported by this instance.

[System.Security.SecurityCritical]
public bool IsSupportedType (Type type);
[<System.Security.SecurityCritical>]
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Function IsSupportedType (type As Type) As Boolean

Parameters

type
Type

The type.

Returns

true if the specified type is supported; otherwise, false.

Implements

Attributes

Applies to