ValueCollectionParameterReader.IsSupported 方法

定义

确定 ValueCollectionParameterReader 类是否支持方法定义的参数定义。Determines whether a method definition's parameter definitions are supported by the ValueCollectionParameterReader class.

重载

IsSupported(ParameterInfo)

确定 ValueCollectionParameterReader 类是否支持某一特定参数类型。Determines whether a particular parameter type is supported by the ValueCollectionParameterReader class.

IsSupported(LogicalMethodInfo)

确定 ValueCollectionParameterReader 类是否支持方法定义的参数定义。Determines whether a method definition's parameter definitions are supported by the ValueCollectionParameterReader class.

IsSupported(ParameterInfo)

确定 ValueCollectionParameterReader 类是否支持某一特定参数类型。Determines whether a particular parameter type is supported by the ValueCollectionParameterReader class.

public:
 static bool IsSupported(System::Reflection::ParameterInfo ^ paramInfo);
public static bool IsSupported (System.Reflection.ParameterInfo paramInfo);
static member IsSupported : System.Reflection.ParameterInfo -> bool
Public Shared Function IsSupported (paramInfo As ParameterInfo) As Boolean

参数

paramInfo
ParameterInfo

ParameterInfo,指定要检查的参数。A ParameterInfo that specifies the parameter to check.

返回

Boolean

如果读取器支持方法的参数定义,则为 true;否则为 falsetrue if a method's parameter definitions are supported by the reader; otherwise, false.

适用于

IsSupported(LogicalMethodInfo)

确定 ValueCollectionParameterReader 类是否支持方法定义的参数定义。Determines whether a method definition's parameter definitions are supported by the ValueCollectionParameterReader class.

public:
 static bool IsSupported(System::Web::Services::Protocols::LogicalMethodInfo ^ methodInfo);
public static bool IsSupported (System.Web.Services.Protocols.LogicalMethodInfo methodInfo);
static member IsSupported : System.Web.Services.Protocols.LogicalMethodInfo -> bool
Public Shared Function IsSupported (methodInfo As LogicalMethodInfo) As Boolean

参数

methodInfo
LogicalMethodInfo

LogicalMethodInfo,指定要检查的方法。A LogicalMethodInfo that specifies the method to check.

返回

Boolean

如果读取器支持方法的参数定义,则为 true;否则为 falsetrue if a method's parameter definitions are supported by the reader; otherwise, false.

适用于