Beispiel #1
0
 public static IGClass AddDelegate(this IGClass gClass, IGDelegate gDelegate)
 {
     gClass.GDelegates[gDelegate.Id] = gDelegate;
     return(gClass);
 }
Beispiel #2
0
 public static IGNamespace AddDelegate(this IGNamespace gNamespace, IGDelegate gDelegate)
 {
     gNamespace.GDelegates[gDelegate.Id] = (gDelegate);
     return(gNamespace);
 }
 public static IR1Top RDelegate(this IR1Top r1Top, IGDelegate gDelegate)
 {
     r1Top.RComment(gDelegate.GComment);
     r1Top.RDelegateDeclaration(gDelegate.GDelegateDeclaration);
     return(r1Top);
 }