proto() публичный Метод

public proto ( IoState state ) : IoObject
state IoState
Результат IoObject
Пример #1
0
        public new static IoCLRAssembly createObject(IoState state)
        {
            IoCLRAssembly cf = new IoCLRAssembly();

            return(cf.proto(state).clone(state) as IoCLRAssembly);
        }
Пример #2
0
 public static new IoCLRAssembly createProto(IoState state)
 {
     IoCLRAssembly cf = new IoCLRAssembly();
     return cf.proto(state) as IoCLRAssembly;
 }
Пример #3
0
        public new static IoCLRAssembly createProto(IoState state)
        {
            IoCLRAssembly cf = new IoCLRAssembly();

            return(cf.proto(state) as IoCLRAssembly);
        }
Пример #4
0
 public static new IoCLRAssembly createObject(IoState state)
 {
     IoCLRAssembly cf = new IoCLRAssembly();
     return cf.proto(state).clone(state) as IoCLRAssembly;
 }