Determines whether a type is a generic collection type.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static bool IsGenericCollection( Type propertyType ) |
Visual Basic (Declaration) |
---|
Public Shared Function IsGenericCollection ( _ propertyType As Type _ ) As Boolean |
Parameters
- propertyType
- Type: System..::.Type
The type to test.