共用方式為


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,指定要檢查的參數。

傳回

如果讀取器可支援方法的參數定義,則為 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,指定要檢查的方法。

傳回

如果讀取器可支援方法的參數定義,則為 true,否則為 false

適用於