14 years, 5 months ago
Highlights
Thank you, let me know if I can be of any help.
14 years, 5 months ago
Hello, Are private property accessors supported when using the non-prefixed syntax? This code: class TestClass { private int MyProp { get { return 1; } } } results in a crash: &…
14 years, 5 months ago
The following code (in which MyEnum has been registered as an enum and MyEnumValue has been registered as enum value of MyEnum): void Update() { MyEnum enumValue = MyEnumValue;…
14 years, 5 months ago
Latest Activity
Hello, Are private property accessors supported when using the non-prefixed syntax? This code: class TestClass { private int MyProp { …
14 years, 5 months ago
Thank you, let me know if I can be of any help.
14 years, 5 months ago
The following code (in which MyEnum has been registered as an enum and MyEnumValue has been registered as enum value …
14 years, 5 months ago