TypeDescriptionProvider.IsRegisteredType(Type) Method

Definition

Determines whether the type was registered with its provider through RegisterType<T>().

public:
 virtual bool IsRegisteredType(Type ^ type);
public virtual bool IsRegisteredType (Type type);
abstract member IsRegisteredType : Type -> bool
override this.IsRegisteredType : Type -> bool
Public Overridable Function IsRegisteredType (type As Type) As Boolean

Parameters

type
Type

Returns

Exceptions

type is null.

Applies to