Click or drag to resize

MetadataResolverGetMethod Method

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static MethodDefinition GetMethod(
	Collection<MethodDefinition> methods,
	MethodReference reference
)

Parameters

methods
Type: Mono.Collections.GenericCollectionMethodDefinition
reference
Type: Mono.CecilMethodReference

Return Value

Type: MethodDefinition
See Also