C# Класс SIL.FieldWorks.Common.RootSites.CollectorEnv.PrevPropCounter

Показать файл Открыть проект

Открытые методы

Метод Описание
GetCount ( int tag ) : int

Gets the count of the previous occurrences of the given property.

Increment ( int tag ) : void

Increments the count of the previous occurrences of the given property.

Описание методов

GetCount() публичный Метод

Gets the count of the previous occurrences of the given property.
public GetCount ( int tag ) : int
tag int The tag.
Результат int

Increment() публичный Метод

Increments the count of the previous occurrences of the given property.
public Increment ( int tag ) : void
tag int The tag.
Результат void