ITypeProvider.GetTypes Method

Definition

Creates and returns an array which contains each Type known to this instance.

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

Returns

Type[]

An array which contains each Type known to this instance.

Applies to