sunnycase 6 anni fa
parent
commit
0064277e95
1 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 9 1
      README.md

+ 9 - 1
README.md

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