C# 클래스 Redu.Util.IntExtensions

파일 보기 프로젝트 열기: arccoza/redu

공개 메소드들

메소드 설명
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