TypeDescriptionProvider.RegisterType<T> Metodo

Definizione

Registra il tipo in modo che possa essere usato dai provider basati su reflection in applicazioni tagliate.

public:
generic <typename T>
 virtual void RegisterType();
public virtual void RegisterType<T> ();
abstract member RegisterType : unit -> unit
override this.RegisterType : unit -> unit
Public Overridable Sub RegisterType(Of T) ()

Parametri di tipo

T

Tipo da registrare.

Si applica a