Skip to content

Commit 1dfea00

Browse files
authored
Remove partial & sealed keywords for classes from not available in c# guide (#120)
* change: remove partial & sealed keywords from not available * change: remove partial & sealed keywords for classes from not available
1 parent e065e8d commit 1dfea00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/developer-guides/documentation/vala-for-csharp-devs/32-not-available.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
- No constraints on generic type parameters (i.e. no `where`)
1111
- No generic delegates
1212
- 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))
13+
- No `partial` methods
1614
- No static classes (use nested namespaces instead. Vala supports
1715
namespace methods, they are implicitly static)
1816
- No `goto`, no labeled statements

0 commit comments

Comments
 (0)