The Metaspec C# parser is fully compliant with ECMA-334
and ECMA-335 standards, and Microsoft C# language specification.
For details about the C# parser library, see the online
documentation (C# edition
or C++ edition).
C# supported features:
- anonymous methods
- anonymous types
- collection initializers
- covariance and contravariance
- extension methods
- generics
- fixed size buffers
- implicitly typed local variables
- lambda expressions
- LINQ
- named arguments
- nullable types
- object initializers
- optional parameters
- partial methods
- partial types
- unsafe code