VirtualTypeBuilder.ConstructorInfoCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[], Attribute[]) |
Adds an array of ConstructorInfo to the end of the collection. |
Add(Type[]) |
Adds an array of ConstructorInfo to the end of the collection. |
Remove(ConstructorInfo) |
Removes the first occurrence of a specific ConstructorInfo from the collection. |