Method FindAssociatedWriteParameter
FindAssociatedWriteParameter(ParameterInfo)
Finds the write parameter that is associated with the specified read parameter. If no such parameter is found, returns null.
public ParameterInfo FindAssociatedWriteParameter(ParameterInfo readParameter)
Parameters
readParameter
ParameterInfoThe read parameter.
Returns
- ParameterInfo
The write parameter that is associated with the specified read parameter or null if no such parameter is found.