VirtualTypeBuilder::MethodInfoCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Add(MethodInfo^) | Adds a MethodInfo to the end of the collection. |
![]() | Add(String^, Type^, array<Type^>^) | Adds a MethodInfo to the end of the collection. |
![]() | Add(String^, Type^, array<Type^>^, array<Attribute^>^) | Adds a MethodInfo to the end of the collection. |
![]() | Add(String^, Type^, array<Type^>^, array<Attribute^>^, MethodAttributes) | Adds a MethodInfo 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(MethodInfo^) | Removes the first occurrence of a specific MethodInfo 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:


