ItemType
Gets the type of items being enumerated (the int
in IEnumerable<int>
).
Declaration
public IType ItemType { get; }
Property Value
Type | Description |
---|---|
IType |
Gets the type of items being enumerated (the int
in IEnumerable<int>
).
public IType ItemType { get; }
Type | Description |
---|---|
IType |