| CodeMethodParameterInfosGetByName Method |
returns CodeMethodParameterInfo if its parameter's name is matched with the given "parameterName"
else returns null
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic CodeMethodParameterInfo GetByName(
string parameterName
)
Parameters
- parameterName
- Type: SystemString
name of the parameter that is searched for
Return Value
Type:
CodeMethodParameterInfoCodeMethodParameterInfo
See Also