Esempio n. 1
0
 public DictionaryValue.Type ValueType()
 {
     DictionaryValue.Type ret = (DictionaryValue.Type)CNTKLibPINVOKE.DictionaryValue_ValueType(swigCPtr);
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 2
0
        public static string TypeName(DictionaryValue.Type type)
        {
            string ret = CNTKLibPINVOKE.DictionaryValue_TypeName((int)type);

            if (CNTKLibPINVOKE.SWIGPendingException.Pending)
            {
                throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }