NullValidationAttributeBase.IsArgumentCollection(Type, Boolean) 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.
Check if the argument type is a collection.
protected:
bool IsArgumentCollection(Type ^ argumentType, [Runtime::InteropServices::Out] bool % isElementValueType);
protected bool IsArgumentCollection (Type argumentType, out bool isElementValueType);
member this.IsArgumentCollection : Type * bool -> bool
Protected Function IsArgumentCollection (argumentType As Type, ByRef isElementValueType As Boolean) As Boolean
Parameters
- argumentType
- Type
- isElementValueType
- Boolean