VirtualTypeBuilder::ConstructorInfoCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Add(ConstructorInfo^) | Adds a ConstructorInfo to the end of the collection. |
![]() | Add(array<Type^>^) | Adds an array of ConstructorInfo to the end of the collection. |
![]() | Add(array<Type^>^, array<Attribute^>^) | Adds an array of ConstructorInfo to the end of the collection. |
![]() | Clear() | (Inherited from CollectionBase.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from CollectionBase.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(ConstructorInfo^) | Removes the first occurrence of a specific ConstructorInfo from the collection. |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Add(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from CollectionBase.) |
Show:


