C# 클래스 NSupport.IntegerAccess

Provides extension methods for int for easy access.
파일 보기 프로젝트 열기: jittuu/NSupport

공개 메소드들

메소드 설명
Times ( this source, System.Action action ) : void

Loops the current int times with the given action.

Times ( this source, Action action ) : void

Loops the current int times with the given action.

메소드 상세

Times() 공개 정적인 메소드

Loops the current int times with the given action.
public static Times ( this source, System.Action action ) : void
source this A instance.
action System.Action A to loop.
리턴 void

Times() 공개 정적인 메소드

Loops the current int times with the given action.
public static Times ( this source, Action action ) : void
source this A instance.
action Action A to loop.
리턴 void