Exemplo n.º 1
0
 public static InterpetedContext Root()
 {
     return(new InterpetedContext(new IInterpetedScope[] { TypeManager.InstanceScope() }));
 }
Exemplo n.º 2
0
 public IInterpetedScope Create()
 {
     return(TypeManager.InstanceScope(staticScope, finalizedScope));
 }