TypeDescriptor.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>
 static void RegisterType();
public static void RegisterType<T> ();
static member RegisterType : unit -> unit
Public Shared Sub RegisterType(Of T) ()

Parametri di tipo

T

Tipo da registrare.

Si applica a