Beispiel #1
0
			internal virtual void Add(Rhino.Xmlimpl.XmlNode.InternalList other)
			{
				for (int i = 0; i < other.Length(); i++)
				{
					_add(other.Item(i));
				}
			}