Click or drag to resize

ConversionsGetEnumeratedType Method

Gets the item type of a collection type.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Type GetEnumeratedType(
	Type collectionType
)

Parameters

collectionType
Type: SystemType
The collection type.

Return Value

Type: Type
A type or null if the collection type is not identified as a collection type.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollectionType is null.
See Also