ExtensibleEnumConverter<T>.CanConvert(Type) Method

Definition

Indicates whether this converter can serialize or deserialize objects of the given type.

public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

The type to test against.

Returns

true if objectType derives from ExtensibleEnum, false otherwise.

Applies to