Click or drag to resize

ParameterRefFind Method (TypeRefBase, String, Boolean)

Find the parameter on the specified TypeRefBase (usually a MethodRef) 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(
	TypeRefBase typeRefBase,
	string name,
	bool isFirstOnLine = false
)

Parameters

typeRefBase
Type: Nova.CodeDOMTypeRefBase
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