...

Text file src/github.com/alecthomas/chroma/lexers/testdata/csharp/csharp_interface.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata/csharp

     1public interface IOrder
     2{
     3    DateTime Purchased { get; }
     4    decimal Cost { get; }
     5}

View as plain text