ItemType
Gets the type of items being enumerated.
Declaration
public IType ItemType { get; }Property Value
| Type | Description |
|---|---|
| IType | The item type. For example, for a method returning |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown when EnumerableKind is None. |