public new static IoCLRAssembly createObject(IoState state) { IoCLRAssembly cf = new IoCLRAssembly(); return(cf.proto(state).clone(state) as IoCLRAssembly); }
public static new IoCLRAssembly createProto(IoState state) { IoCLRAssembly cf = new IoCLRAssembly(); return cf.proto(state) as IoCLRAssembly; }
public new static IoCLRAssembly createProto(IoState state) { IoCLRAssembly cf = new IoCLRAssembly(); return(cf.proto(state) as IoCLRAssembly); }
public static new IoCLRAssembly createObject(IoState state) { IoCLRAssembly cf = new IoCLRAssembly(); return cf.proto(state).clone(state) as IoCLRAssembly; }