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

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