Свойство | Type | Description | |
---|---|---|---|
display | string | ||
value | string |
Méthode | Description | |
---|---|---|
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 ( |
Méthode | Description | |
---|---|---|
Equals ( |
public static For ( IEnumerable |
||
values | IEnumerable |
|
Résultat | StoryTeller.Model.Option[] |
public Option ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public Option ( string value ) : System.Collections.Generic | ||
value | string | |
Résultat | System.Collections.Generic |
public Option ( string display, string value ) : System.Collections.Generic | ||
display | string | |
value | string | |
Résultat | System.Collections.Generic |
public static ParseText ( string text ) : StoryTeller.Model.Option[] | ||
text | string | |
Résultat | StoryTeller.Model.Option[] |
public static Write ( |
||
options | ||
Résultat | string |