Class ItemSet<T>
Implements
IItemSet<T>
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
Xbim.Common.Collections.ItemSet<T>.System.Collections.IList.get_Item(System.Int32)
Xbim.Common.Collections.ItemSet<T>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3
Assembly: Xbim.Ifc2x3.dll
Syntax
public class ItemSet<T> : ItemSet<T>, IItemSet<T>, IList<T>, ICollection<T>, IEnumerable<T>, INotifyCollectionChanged, INotifyPropertyChanged, IExpressEnumerable, IItemSet, IList, ICollection, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable