System.Web.Services.Protocols.LogicalMethodInfo.InParameters Property

Gets the parameters passed into the method represented by the instance of System.Web.Services.Protocols.LogicalMethodInfo.

Syntax

public System.Reflection.ParameterInfo[] InParameters { get; }

Value

a System.Reflection.ParameterInfo[]

Remarks

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.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0