NullValidationAttributeBase.IsArgumentCollection(Type, Boolean) Method

Definition

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

Returns

Applies to