ITypeProvider.GetTypes Metodo

Definizione

Crea e restituisce una matrice che contiene la classe Type conosciuta dall'istanza.

public:
 cli::array <Type ^> ^ GetTypes();
public Type[] GetTypes ();
abstract member GetTypes : unit -> Type[]
Public Function GetTypes () As Type()

Restituisce

Type[]

Matrice che contiene la classe Type conosciuta dall'istanza.

Si applica a