proto() public method

public proto ( IoState state ) : IoObject
state IoState
return IoObject
Esempio n. 1
0
        public new static IoCLRAssembly createObject(IoState state)
        {
            IoCLRAssembly cf = new IoCLRAssembly();

            return(cf.proto(state).clone(state) as IoCLRAssembly);
        }
Esempio n. 2
0
 public static new IoCLRAssembly createProto(IoState state)
 {
     IoCLRAssembly cf = new IoCLRAssembly();
     return cf.proto(state) as IoCLRAssembly;
 }
Esempio n. 3
0
        public new static IoCLRAssembly createProto(IoState state)
        {
            IoCLRAssembly cf = new IoCLRAssembly();

            return(cf.proto(state) as IoCLRAssembly);
        }
Esempio n. 4
0
 public static new IoCLRAssembly createObject(IoState state)
 {
     IoCLRAssembly cf = new IoCLRAssembly();
     return cf.proto(state).clone(state) as IoCLRAssembly;
 }