コード例 #1
0
ファイル: Match.cs プロジェクト: pikamachu/Device-Detection
        public string getValue(SWIGTYPE_p_std__string propertyName)
        {
            string ret = FiftyOneDegreesTrieV3PINVOKE.Match_getValue__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(propertyName));

            if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
        public string getValue(int propertyIndex)
        {
            string ret = FiftyOneDegreesTrieV3PINVOKE.Match_getValue__SWIG_1(swigCPtr, propertyIndex);

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