Exemplo n.º 1
0
 internal Function(MethodInfo info)
     : base(info)
 {
     theDelegate = DelegateFactory.Create <DelegateFactory.LateBoundFunc>(info);
 }
Exemplo n.º 2
0
 internal Procedure(MethodInfo info)
     : base(info)
 {
     theDelegate = DelegateFactory.Create <DelegateFactory.LateBoundProc>(info);
 }