We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e065e8d commit 1dfea00Copy full SHA for 1dfea00
docs/developer-guides/documentation/vala-for-csharp-devs/32-not-available.md
@@ -10,9 +10,7 @@
10
- No constraints on generic type parameters (i.e. no `where`)
11
- No generic delegates
12
- No conversion operators (i.e. no `explicit` and `implicit`)
13
-- No `partial` classes and methods
14
-- No `sealed` classes
15
- ([planned](https://mail.gnome.org/archives/vala-list/2009-September/msg00325.html))
+- No `partial` methods
16
- No static classes (use nested namespaces instead. Vala supports
17
namespace methods, they are implicitly static)
18
- No `goto`, no labeled statements
0 commit comments