VirtualTypeBuilder::MethodInfoCollection::Add Method (MethodInfo^)

 

Adds a MethodInfo to the end of the collection.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
int Add(
	MethodInfo^ value
)

Parameters

value
Type: System.Reflection::MethodInfo^

The MethodInfo to be added to the end of the collection.

Return Value

Type: System::Int32

The index at which the value has been added.

Return to top
Show: