Search Results for

    Show / Hide Table of Contents

    Interface IOptionalItemSet<T>

    Inherited Members
    IItemSet<T>.GetAt(Int32)
    IItemSet<T>.AddRange(IEnumerable<T>)
    IItemSet<T>.FirstOrDefault(Func<T, Boolean>)
    IItemSet<T>.FirstOrDefault<TF>(Func<TF, Boolean>)
    IItemSet<T>.Where<TW>(Func<TW, Boolean>)
    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
    IItemSet.OwningEntity
    IOptionalItemSet.Initialized
    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 Source

    Initialize()

    Declaration
    void Initialize()
    | Improve this Doc View Source

    Uninitialize()

    Declaration
    void Uninitialize()

    Extension Methods

    IEnumerableExtensions.AsTriplet<T>(IEnumerable<T>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim