Click or drag to resize

TypeRefBaseIsEnumerableType Method

Determine if the type reference is an enumerable type (is compatible with an array). Includes:

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool IsEnumerableType()

Return Value

Type: Boolean
See Also