Exemplo n.º 1
0
            public bool MoveNext()
            {
                if (this.reset)
                {
                    this.it    = OpenNIImporter.xnEnumerationErrorsGetFirst(this.errors.InternalObject);
                    this.reset = false;
                }
                else
                {
                    this.it = OpenNIImporter.xnEnumerationErrorsGetNext(this.it);
                }

                return(OpenNIImporter.xnEnumerationErrorsIteratorIsValid(this.it));
            }