0.1.3
Pre-release
Pre-release
The following is added:
- Supporting generic interfaces with not-specified type parameters like
IService<T1, T2>
; - Supporting type parameter constraints of classes and methods.
The following is added:
IService<T1, T2>
;