chroma/lexers/testdata/csharp/csharp_interface.actual

5 lines
85 B
Text
Raw Normal View History

2025-03-22 20:46:00 +13:00
public interface IOrder
{
DateTime Purchased { get; }
decimal Cost { get; }
}