Click or drag to resize

ParameterRefFind Method (MethodDefinition, String, Boolean)

Find the parameter of the specified MethodDefinition with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static SymbolicRef Find(
	MethodDefinition methodDefinition,
	string name,
	bool isFirstOnLine = false
)

Parameters

methodDefinition
Type: Mono.CecilMethodDefinition
name
Type: SystemString
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: SymbolicRef
A ParameterRef to the parameter, or an UnresolvedRef if no match was found.
See Also