VirtualTypeBuilder.ConstructorInfoCollection Class

Definition

Represents the collection of constructors. This class cannot be inherited.

public: ref class VirtualTypeBuilder::ConstructorInfoCollection sealed : System::Collections::CollectionBase
public sealed class VirtualTypeBuilder.ConstructorInfoCollection : System.Collections.CollectionBase
type VirtualTypeBuilder.ConstructorInfoCollection = class
    inherit CollectionBase
Public NotInheritable Class VirtualTypeBuilder.ConstructorInfoCollection
Inherits CollectionBase
Inheritance
VirtualTypeBuilder.ConstructorInfoCollection

Properties

Item[Int32]

Gets or sets the constructor at the specified index.

Methods

Add(ConstructorInfo)

Adds a ConstructorInfo to the end of the collection.

Add(Type[])

Adds an array of ConstructorInfo to the end of the collection.

Add(Type[], Attribute[])

Adds an array of ConstructorInfo to the end of the collection.

Remove(ConstructorInfo)

Removes the first occurrence of a specific ConstructorInfo from the collection.

Applies to