TupleRefIsEnumerableType Method |
Determine if the type reference is an enumerable type (is compatible with an array).
Includes: IEnumerableT, ICollectionT, IListT, IReadOnlyCollection{T}, IReadOnlyList{T}
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override bool IsEnumerableType()
Return Value
Type:
BooleanSee Also