ThingWithDefiniteArticle Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Returns the Thing Name preceded with "the".
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic string WithDefiniteArticle { get; set; }
Public Property WithDefiniteArticle As String
Get
Set
public:
property String^ WithDefiniteArticle {
String^ get ();
void set (String^ value);
}
member WithDefiniteArticle : string with get, set
Property Value
Type:
String
RemarksCan be changed to something different e.g. "some"
Examples
For "some fruit"...
g.Things.Add("fruit");
g.Things["fruit"].WithDefiniteArticle="some fruit";
g.Things["fruit"].WithIndefiniteArticle="some fruit";
See Also