summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60044-UNI-37241.cs
blob: 57d4ffeb5e5af2243ad4d502e0c25d27bbc76943 (plain)
1
2
3
4
5
public double TotalPurchases { get; set; }
protected IEnumerable<string> Defines { get; } =
    TargetPlatformRules.Elements
    .Append("LINUX")
    .Append("_RAKNET_LIB");