ValueCollectionParameterReader.IsSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
public static bool IsSupported (System.Reflection.ParameterInfo paramInfo);
static member IsSupported : System.Reflection.ParameterInfo -> bool
Public Shared Function IsSupported (paramInfo As ParameterInfo) As Boolean
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
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);
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
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
.