Esempio n. 1
0
 public IEnumerator <StructIndexer> GetEnumerator()
 {
     return(Indexers.GetEnumerator());
 }
 static void Main(string[] args)
 {
     Indexers indexers = new Indexers();
     int      a1       = indexers.Ints[0];
     string   a2       = indexers.Strings[0];
 }
Esempio n. 3
0
 public IEnumerator <SealedClassIndexer> GetEnumerator()
 {
     return(Indexers.GetEnumerator());
 }
Esempio n. 4
0
 static void Main(string[] args)
 {
     InterfaceSnippets.TestInterfaces();
     Properties.Examples();
     Indexers.Examples();
 }