MyIndexer
Namespace: MyClassLib
A class with indexers.
public class MyIndexer
Inheritance Object → MyIndexer
Attributes NullableContextAttribute, NullableAttribute, DefaultMemberAttribute
Indexers
this[Int32]
public int this[int index] { get; set; }
Parameters
index Int32
Property Value
this[String]
public int this[string key] { get; }
Parameters
key String
Property Value
Constructors
MyIndexer()
public MyIndexer()