Closed irkush closed 11 years ago
We have a convention to always put the properties in the top of a class definition.
class Class { // Properties bool IsTrue {get;set;} public Class() { } }
Solved in b09f10fbf80d8b0f4db01071e08ea83c72e3c4e0
We have a convention to always put the properties in the top of a class definition.