예제 #1
0
파일: XmlNode.cs 프로젝트: hazzik/Rhino.Net
			internal virtual void Add(Rhino.Xmlimpl.XmlNode.InternalList other)
			{
				for (int i = 0; i < other.Length(); i++)
				{
					_add(other.Item(i));
				}
			}