프로퍼티 | 타입 | 설명 | |
---|---|---|---|
display | string | ||
value | string |
메소드 | 설명 | |
---|---|---|
Copy ( ) : |
||
Equals ( object obj ) : bool | ||
For ( IEnumerable |
||
GetHashCode ( ) : int | ||
Option ( ) : System.Collections.Generic | ||
Option ( string value ) : System.Collections.Generic | ||
Option ( string display, string value ) : System.Collections.Generic | ||
ParseText ( string text ) : StoryTeller.Model.Option[] | ||
ToString ( ) : string | ||
Write ( |
메소드 | 설명 | |
---|---|---|
Equals ( |
public static For ( IEnumerable |
||
values | IEnumerable |
|
리턴 | StoryTeller.Model.Option[] |
public Option ( string value ) : System.Collections.Generic | ||
value | string | |
리턴 | System.Collections.Generic |
public Option ( string display, string value ) : System.Collections.Generic | ||
display | string | |
value | string | |
리턴 | System.Collections.Generic |
public static ParseText ( string text ) : StoryTeller.Model.Option[] | ||
text | string | |
리턴 | StoryTeller.Model.Option[] |