consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Index method support inline getter too #558

Closed VISTALL closed 4 years ago

VISTALL commented 4 years ago
public PriceComponent this[int i] => components[i];