I happened to read this line of code:
public MyArray this [int index]{
get{
return array[index];
}
}
Where can I find the document on msdn about the syntax of using "this" in property?
And is there any book covers this kind of tricky syntax of C# other than the common stuff?
It's an indexer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With