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