System.Web.Services.Protocols.LogicalMethodInfo.Parameters Property

Gets the parameters for the method.

Syntax

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

Value

a System.Reflection.ParameterInfo[]

Remarks

Use a System.Reflection.ParameterInfo to obtain information about the parameter's data type, default value, and so on.

LogicalMethodInfo.Parameters 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