Sdílet prostřednictvím


OperationCounter.Increment Metoda

Definice

Přetížení

Increment()

Zvýší počet operací o jednu.

Increment(Int32)

Zvýší počet operací o zadanou hodnotu.

Increment()

Zvýší počet operací o jednu.

public int Increment ();
member this.Increment : unit -> int
Public Function Increment () As Integer

Návraty

Aktualizovaný počet operací.

Platí pro

Increment(Int32)

Zvýší počet operací o zadanou hodnotu.

public int Increment (int value);
member this.Increment : int -> int
Public Function Increment (value As Integer) As Integer

Parametry

value
Int32

Počet operací, o které se má zvýšit počet.

Návraty

Aktualizovaný počet operací.

Platí pro