ValueCollectionParameterReader::IsSupported Method (LogicalMethodInfo^)

 

Determines whether a method definition's parameter definitions are supported by the ValueCollectionParameterReader class.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
static bool IsSupported(
	LogicalMethodInfo^ methodInfo
)

Parameters

methodInfo
Type: System.Web.Services.Protocols::LogicalMethodInfo^

A LogicalMethodInfo that specifies the method to check.

Return Value

Type: System::Boolean

true if a method's parameter definitions are supported by the reader; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: