ValueCollectionParameterReader.IsSupported 方法

定义

确定 ValueCollectionParameterReader 类是否支持方法定义的参数定义。

重载

IsSupported(ParameterInfo)

确定 ValueCollectionParameterReader 类是否支持某一特定参数类型。

IsSupported(LogicalMethodInfo)

确定 ValueCollectionParameterReader 类是否支持方法定义的参数定义。

IsSupported(ParameterInfo)

确定 ValueCollectionParameterReader 类是否支持某一特定参数类型。

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,指定要检查的参数。

返回

Boolean

如果读取器支持方法的参数定义,则为 true;否则为 false

适用于

IsSupported(LogicalMethodInfo)

确定 ValueCollectionParameterReader 类是否支持方法定义的参数定义。

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,指定要检查的方法。

返回

Boolean

如果读取器支持方法的参数定义,则为 true;否则为 false

适用于