InstructionDirection Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
...can be null if no direction entered.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Nullable<Direction> Direction { get; set; }
Public Property Direction As Nullable(Of Direction)
Get
Set
public:
property Nullable<Direction> Direction {
Nullable<Direction> get ();
void set (Nullable<Direction> value);
}
member Direction : Nullable<Direction> with get, set
Property Value
Type:
NullableDirection
See Also