aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/Property.cshtml
blob: f1dc61696718b053c50355e8a4e39967254ae042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
generated by cgit v1.3.1 (git 2.54.0) at 2026-08-02 09:53:33 +0000
 


 override string OnGetActionLogName()
        {
            return $"Segment '{SegmentIndex}'";
        }
    }
}