Table of Contents

Class ModemTypeCollection

Namespace
Lers.Poll
Assembly
Lers.System.dll

Коллекция описаний моделей модемов ModemType, доступная только для чтения.

public class ModemTypeCollection : IReadOnlyCollection<ModemType>, IEnumerable<ModemType>, IEnumerable
Inheritance
ModemTypeCollection
Implements
Inherited Members
Extension Methods

Properties

Count

Возвращает число записей ModemType в коллекции.

public int Count { get; }

Property Value

int

this[int]

Получает элемент коллекции с указанным индексом.

public ModemType this[int index] { get; }

Parameters

index int

Отсчитываемый от нуля индекс получаемого элемента.

Property Value

ModemType

Экземпляр ModemType.

Methods

GetByModel(ModemModel)

Возвращает описание указанной модели модема.

public ModemType GetByModel(ModemModel model)

Parameters

model ModemModel

Модель модема.

Returns

ModemType

Возвращает экземпляр ModemType или null, если описание указанной модели отсутствует.

GetEnumerator()

Возвращает перечислитель, осуществляющий итерацию в коллекции.

public IEnumerator<ModemType> GetEnumerator()

Returns

IEnumerator<ModemType>

Перечислитель IEnumerator<T>, который может использоваться для перебора коллекции.