ConversionsGetEnumeratedType Method |
Gets the item type of a collection type.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Type GetEnumeratedType(
Type collectionType
)
Parameters
- collectionType
- Type: SystemType
The collection type.
Return Value
Type:
TypeA type or null if the collection type is not identified as a collection type.
Exceptions See Also