Item

CellWatchCollection indexer (1 of 2)

Hämtar och ställerCellWatch efter index.

public CellWatch this[int index] { get; }
ParameterBeskrivning
indexIndexet.

Se även


CellWatchCollection indexer (2 of 2)

Hämtar och ställerCellWatch efter cellens namn.

public CellWatch this[string cellName] { get; }
ParameterBeskrivning
cellNameNamnet på cellen.

Se även