ValueCollectionParameterReader::IsSupported Method (ParameterInfo^)

 

Determines whether a particular parameter type is supported by the ValueCollectionParameterReader class.

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

public:
static bool IsSupported(
	ParameterInfo^ paramInfo
)

Parameters

paramInfo
Type: System.Reflection::ParameterInfo^

A ParameterInfo that specifies the parameter 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: