Let's say I have a class:
假设我有一节课:
class Foo
{
public string Bar
{
get { ... }
}
public string this[int index]
{
get { ... }
}
}
class FoLet's say I have a class:
假设我有一节课:
class Foo
{
public string Bar
{
get { ... }
}
public string this[int index]
{
get { ... }
}
}
class Fo