DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0620.cs
12345678
// CS0620: `PropertyClass.this[int]': indexer return type cannot be `void' // Line: 5 class PropertyClass { public void this [int i] { set {} } }