Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 494 Bytes

What's done

  • Types
    • Classes
    • Structs
    • Enums
    • Generic classes
    • Anonymous types
    • Delegates
  • Members
    • Fields
    • Methods
    • Generic methods
    • Properties
    • Events
  • Other
    • Lambdas
    • Instanciate generic methods
    • Instanciate generic classes
    • Interface inheritance
    • Interface inheritance with same method name
    • Method overloading
    • Reflection (need more testing)
    • Attributes