// // XmlItemViewCollection.cs // // Author: // Atsushi Enomoto // // (C)2004 Novell Inc. // #if NET_2_0 using System.Collections; using System.ComponentModel; namespace System.Xml { [MonoTODO] public class XmlItemViewCollection // : IBindingList, IList, ICollection, IEnumerable, ITypedList { // TODO: fill members } } #endif