ParameterRefFind Method (MethodInfo, String, Boolean) |
Find the parameter of the specified MethodInfo with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static SymbolicRef Find(
MethodInfo methodInfo,
string name,
bool isFirstOnLine = false
)
Parameters
- methodInfo
- Type: System.ReflectionMethodInfo
- name
- Type: SystemString
- isFirstOnLine (Optional)
- Type: SystemBoolean
Return Value
Type:
SymbolicRefA
ParameterRef to the parameter, or an
UnresolvedRef if no match was found.
See Also