ParameterRefFind Method (MethodDeclBase, String, Boolean) |
Find the parameter on the specified
MethodDeclBase with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static SymbolicRef Find(
MethodDeclBase methodDeclBase,
string name,
bool isFirstOnLine = false
)
Parameters
- methodDeclBase
- Type: Nova.CodeDOMMethodDeclBase
- 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