示例#1
0
        public NBestIterator GetEnumerator()
        {
            global::System.IntPtr cPtr = PocketSphinxPINVOKE.NBestList_GetEnumerator(swigCPtr);
            NBestIterator         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new NBestIterator(cPtr, true);

            return(ret);
        }