ConstantsLegalChars Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
string of characters that are allowed.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic static string LegalChars { get; set; }
Public Shared Property LegalChars As String
Get
Set
public:
static property String^ LegalChars {
String^ get ();
void set (String^ value);
}
static member LegalChars : string with get, set
Property Value
Type:
String
See Also