Click or drag to resize

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
Syntax
C#
public CodeMethodParameterInfo GetByName(
	string parameterName
)

Parameters

parameterName
Type: SystemString
name of the parameter that is searched for

Return Value

Type: CodeMethodParameterInfo
CodeMethodParameterInfo
See Also