C# 클래스 GenFu.EnumerableExtensions

파일 보기 프로젝트 열기: MisterJames/GenFu

공개 메소드들

메소드 설명
GetRandomElement ( this list ) : string
GetRandomIndex ( this list ) : int

메소드 상세

GetRandomElement() 공개 정적인 메소드

public static GetRandomElement ( this list ) : string
list this
리턴 string

GetRandomIndex() 공개 정적인 메소드

public static GetRandomIndex ( this list ) : int
list this
리턴 int