Indexers
IT Notes → C# @ December 22, 2020
public string this [int arg1, string arg2] { get { ... } set { ... } }
Subscribe
Login
0 Comments