C# 클래스 Foobricator.Sources.ListSampler

Pulls a random value from a list
상속: ISource, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator

공개 메소드들

메소드 설명
GetItem ( ) : object

Gets a single item from the ListItems. From Foobricator.Sources.ISource

ListSampler ( DataReference reference ) : System.Collections.Generic

Initialise against a Foobricator.Tools.DataReference

ListSampler ( IList listItems ) : System.Collections.Generic

Initialise against a list

메소드 상세

GetItem() 공개 메소드

Gets a single item from the ListItems. From Foobricator.Sources.ISource
public GetItem ( ) : object
리턴 object

ListSampler() 공개 메소드

Initialise against a Foobricator.Tools.DataReference
public ListSampler ( DataReference reference ) : System.Collections.Generic
reference Foobricator.Tools.DataReference
리턴 System.Collections.Generic

ListSampler() 공개 메소드

Initialise against a list
public ListSampler ( IList listItems ) : System.Collections.Generic
listItems IList
리턴 System.Collections.Generic