| 1234567891011121314151617181920212223 |
- //
- // XmlItemViewCollection.cs
- //
- // Author:
- // Atsushi Enomoto <[email protected]>
- //
- // (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
|