8 people like it.
Like the snippet!
it's quite easy to define a modifiable static property in C# , but in F#,a defined static filed is required first when the class want to define a static property.
1: 2: 3: 4: 5: 6: 7: |
|
| Link: | http://fssnip.net/em |
| Posted: | 13 years ago |
| Author: | ZackZhou |
| Tags: | static property; f# |