C# 클래스 NRack.Helpers.IterableAdapter

상속: IIterable
파일 보기 프로젝트 열기: kevinswiber/NRack 1 사용 예제들

공개 메소드들

메소드 설명
Each ( Action action ) : void
IterableAdapter ( dynamic subject ) : System
IterableAdapter ( dynamic subject, Action eachAction ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
EnsureIterable ( dynamic subject ) : dynamic

메소드 상세

Each() 공개 메소드

public Each ( Action action ) : void
action Action
리턴 void

IterableAdapter() 공개 메소드

public IterableAdapter ( dynamic subject ) : System
subject dynamic
리턴 System

IterableAdapter() 공개 메소드

public IterableAdapter ( dynamic subject, Action eachAction ) : System
subject dynamic
eachAction Action
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string