Interface IOptionalItemSet<T>
Inherited Members
System.Collections.Generic.IList<T>.IndexOf(T)
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
System.Collections.Generic.IList<T>.Item[System.Int32]
System.Collections.Generic.ICollection<T>.Add(T)
System.Collections.Generic.ICollection<T>.Clear()
System.Collections.Generic.ICollection<T>.Contains(T)
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
System.Collections.Generic.ICollection<T>.Remove(T)
System.Collections.Generic.ICollection<T>.Count
System.Collections.Generic.ICollection<T>.IsReadOnly
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: Xbim.Common
Assembly: Xbim.Common.dll
Syntax
public interface IOptionalItemSet<T> : IItemSet<T>, IList<T>, ICollection<T>, IEnumerable<T>, INotifyCollectionChanged, INotifyPropertyChanged, IExpressEnumerable, IEnumerable, IItemSet, IOptionalItemSet
Type Parameters
Name | Description |
---|---|
T |
Methods
| Improve this Doc View SourceInitialize()
Declaration
void Initialize()
Uninitialize()
Declaration
void Uninitialize()