/// <summary> /// This method supports the Fluorine infrastructure and is not intended to be used directly from your code. /// </summary> public override IList GetParameterList() { if (_requestBody == null) { return(null); } return(_requestBody.GetParameterList()); }
/// <summary> /// This method supports the Fluorine infrastructure and is not intended to be used directly from your code. /// </summary> public override IList GetParameterList() { return(_requestBody == null ? null : _requestBody.GetParameterList()); }