private FollowingSiblingIterator(FollowingSiblingIterator other) : base(other, true)
 {
 }
示例#2
0
文件: Iterator.cs 项目: cyplo/mono
		private FollowingSiblingIterator (FollowingSiblingIterator other) : base (other, true) {}