Returns true if the specified type is a simple enumerable type.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public bool IsSimpleEnumerableType( Type type ) |
| Visual Basic (Declaration) |
|---|
Public Function IsSimpleEnumerableType ( _ type As Type _ ) As Boolean |
Parameters
- type
- Type: System..::.Type
The object type.
Implements
IComparisonSemantics..::.IsSimpleEnumerableType(Type)
Remarks
A simple enumerable type is one that that does not override Equals(Object).
The set of simple enumerable types includes arrays, lists, dictionaries and other standard collection types in the .Net framework.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if type is null. |
