Update TODO.md

This commit is contained in:
Zihan Chen
2017-01-01 11:45:05 -08:00
committed by GitHub
parent 0208534aa8
commit 38e3cc39db
+4 -1
View File
@@ -56,6 +56,7 @@
## Low Property
* Workflow
* async, delay, yield (provider written in C++).
* Auto property
* GacUI Resource
* InstanceStyle:Replace
* Visual State, State Machine, Animation
@@ -138,7 +139,9 @@ interface ICountDown : IStateMachine
stateinput CountDown();
stateinput DoNotCall();
prop Remains : int; /* auto declare getter, setter and event */
/* auto declare getter, setter and event */
/* implementations are not generated in interface, but this one is implemented in state machine */
prop Remains : int;
}
```