void Moved() { if (this.reader.ReadState == XReadState.Initial || this.data.Count == 0) { throw PropertyTreesFailure.ReaderNotMoved(); } }
void Moved() { if (this.ReadState == ReadState.Initial) { throw PropertyTreesFailure.ReaderNotMoved(); } }