Class LersTimeZoneCollection
- Namespace
- Lers
- Assembly
- Lers.System.dll
Коллекция часовых поясов LersTimeZone, доступная только для чтения.
public class LersTimeZoneCollection : IReadOnlyCollection<LersTimeZone>, IEnumerable<LersTimeZone>, IEnumerable
- Inheritance
-
LersTimeZoneCollection
- Implements
- Inherited Members
- Extension Methods
Properties
Count
Возвращает число записей LersTimeZone в коллекции.
public int Count { get; }
Property Value
this[int]
Получает элемент коллекции с указанным индексом.
public LersTimeZone this[int index] { get; }
Parameters
index
intОтсчитываемый от нуля индекс получаемого элемента.
Property Value
- LersTimeZone
Экземпляр LersTimeZone.
Methods
GetEnumerator()
Возвращает перечислитель, осуществляющий итерацию в коллекции.
public IEnumerator<LersTimeZone> GetEnumerator()
Returns
- IEnumerator<LersTimeZone>
Перечислитель IEnumerator<T>, который может использоваться для перебора коллекции.