ValueCollectionParameterReader.IsSupported Method

Definition

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

Overloads

IsSupported(ParameterInfo)

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

IsSupported(LogicalMethodInfo)

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

IsSupported(ParameterInfo)

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

public static bool IsSupported (System.Reflection.ParameterInfo paramInfo);

Parameters

paramInfo
ParameterInfo

A ParameterInfo that specifies the parameter to check.

Returns

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

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

IsSupported(LogicalMethodInfo)

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

public static bool IsSupported (System.Web.Services.Protocols.LogicalMethodInfo methodInfo);

Parameters

methodInfo
LogicalMethodInfo

A LogicalMethodInfo that specifies the method to check.

Returns

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

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1