VirtualTypeBuilder.ConstructorInfoCollection.Add, méthode (array<Type )
Ajoute une matrice d'ConstructorInfo à la fin de la collection.
Espace de noms : Microsoft.VisualStudio.Shell.Design
Assembly : Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)
Syntaxe
'Déclaration
Public Function Add ( _
argumentTypes As Type() _
) As Integer
public int Add(
Type[] argumentTypes
)
Paramètres
- argumentTypes
Type : array<System.Type[]
Les types d'arguments à passer au constructeur.Cela peut être nullRéférence Null (Nothing en Visual Basic) ou une matrice vide pour déclarer un constructeur vide.
Valeur de retour
Type : System.Int32
Index VirtualTypeBuilder.ConstructorInfoCollection auquel la valeur a été ajoutée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.