Răsfoiți Sursa

Update readme

sunnycase 6 ani în urmă
părinte
comite
0064277e95
1 a modificat fișierele cu 9 adăugiri și 1 ștergeri
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -29,14 +29,22 @@ natsu-clr
 ## Supported CLR Features
 ## 支持的 CLR 特性
 - Array
-- Span
 - Delegate
+- Exceptions
+- Generic
+- Explicit interface implementation
 - Unsafe
 - Internal Call
 - Unicode
+- Span
 - Volatile and Interlocked
 - Thread
 
+## Currently unsupported features
+## 当前不支持的特性
+- Garbage Collection
+- Reflection
+
 ## Roadmap
 - [ ] Full support of standard libraries (Wellcome contributors!)