Gets the parameters passed into the method represented by the instance of System.Web.Services.Protocols.LogicalMethodInfo.
a System.Reflection.ParameterInfo[]
Use an instance of System.Reflection.ParameterInfo to obtain information about the parameter's data type, default value, and so on.
LogicalMethodInfo.InParameters returns an array of System.Reflection.ParameterInfo objects representing the parameters passed into a method, in order.