MethodInstanceCollection members
Contains methods that handle the collection of MethodInstance objects.
The MethodInstanceCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create(String, Boolean, TypeDescriptor, MethodInstanceType, Boolean) | Creates a MethodInstance object. | |
Create(String, Boolean, TypeDescriptor, MethodInstanceType, EntityReference, []) | Creates a new MethodInstance object. | |
Create(String, Boolean, TypeDescriptor, MethodInstanceType, Boolean, Method) | Creates a new MethodInstance object. | |
GetEnumerator | Gets an enumerator to the collection. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator to the collection. |
Top