Beispiel #1
0
 public void FontUserProc(FontUserProcessor fup)
 {
     foreach (IFontUser fu in Records)
     {
         fup(fu); /* Pesky speech impediment. */
     }
 }
Beispiel #2
0
 public void FontUserProc(FontUserProcessor fup)
 {
     fup(this); /* I just wanted to say that I like this line. */
 }