C# 클래스 FakeO.Extenstions.ArrayExtensions

파일 보기 프로젝트 열기: rally25rs/FakeO

공개 메소드들

메소드 설명
Random ( this list ) : string

Select a random element from the array.

Random ( this list ) : string

Select a random string from the Enumerable list.

Random ( this list ) : string[]

Select a random string array from the Enumerable list.

메소드 상세

Random() 공개 정적인 메소드

Select a random element from the array.
public static Random ( this list ) : string
list this
리턴 string

Random() 공개 정적인 메소드

Select a random string from the Enumerable list.
public static Random ( this list ) : string
list this
리턴 string

Random() 공개 정적인 메소드

Select a random string array from the Enumerable list.
public static Random ( this list ) : string[]
list this
리턴 string[]