Class OptionalItemSet<T>
Implements
System.Collections.IList
System.Collections.ICollection
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.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.Ifc4
Assembly: Xbim.Ifc4.dll
Syntax
public class OptionalItemSet<T> : ItemSet<T>, IList, ICollection, IOptionalItemSet<T>, IItemSet<T>, IList<T>, ICollection<T>, IEnumerable<T>, INotifyCollectionChanged, INotifyPropertyChanged, IExpressEnumerable, IEnumerable, IItemSet, IOptionalItemSet
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Improve this Doc View SourceInitialized
Declaration
public bool Initialized { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public void Initialize()
Uninitialize()
Declaration
public void Uninitialize()
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
System.Collections.IEnumerable