コード例 #1
0
 void Moved()
 {
     if (this.reader.ReadState == XReadState.Initial || this.data.Count == 0)
     {
         throw PropertyTreesFailure.ReaderNotMoved();
     }
 }
コード例 #2
0
 void Moved()
 {
     if (this.ReadState == ReadState.Initial)
     {
         throw PropertyTreesFailure.ReaderNotMoved();
     }
 }