Class LegList
Inherited Members
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class LegList : IEnumerable<Leg>, IEnumerable
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
this[int]
Declaration
public Leg this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
Leg |
Methods
GetEnumerator()
Declaration
public IEnumerator<Leg> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Leg> |