Ver Fonte

Update readme

sunnycase há 6 anos atrás
pai
commit
0064277e95
1 ficheiros alterados com 9 adições e 1 exclusões
  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!)