C# Класс Redu.Util.IntExtensions

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

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

Метод Описание
Times ( this i, System.Action action ) : Int16
Times ( this i, Func action ) : Int16
Times ( this i, System.Action action ) : Int32
Times ( this i, Func action ) : Int32
Times ( this i, System.Action action ) : System.Int64
Times ( this i, Func action ) : System.Int64

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

Times() публичный статический Метод

public static Times ( this i, System.Action action ) : Int16
i this
action System.Action
Результат System.Int16

Times() публичный статический Метод

public static Times ( this i, Func action ) : Int16
i this
action Func
Результат System.Int16

Times() публичный статический Метод

public static Times ( this i, System.Action action ) : Int32
i this
action System.Action
Результат System.Int32

Times() публичный статический Метод

public static Times ( this i, Func action ) : Int32
i this
action Func
Результат System.Int32

Times() публичный статический Метод

public static Times ( this i, System.Action action ) : System.Int64
i this
action System.Action
Результат System.Int64

Times() публичный статический Метод

public static Times ( this i, Func action ) : System.Int64
i this
action Func
Результат System.Int64