Partager via


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

Voir aussi

Référence

VirtualTypeBuilder.ConstructorInfoCollection Classe

Add, surcharge

Microsoft.VisualStudio.Shell.Design, espace de noms