コード例 #1
0
ファイル: Jsgf.cs プロジェクト: berlamont/sphinx
        public JsgfRule GetRule(string name)
        {
            global::System.IntPtr cPtr = SphinxBasePINVOKE.Jsgf_GetRule(swigCPtr, name);
            JsgfRule ret = (cPtr == global::System.IntPtr.Zero) ? null : new JsgfRule(cPtr, false);

            return(ret);
        }