Свойство | Тип | Описание | |
---|---|---|---|
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 ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
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[] |
public static Write ( |
||
options | ||
Результат | string |