Search Results for

    Show / Hide Table of Contents

    Class XbimIPersistEntityCollection<TType>

    Inheritance
    System.Object
    XbimIPersistEntityCollection<TType>
    Implements
    System.Collections.Generic.ICollection<TType>
    System.Collections.Generic.IEnumerable<TType>
    System.Collections.IEnumerable
    Inherited Members
    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.Presentation
    Assembly: Xbim.Common.dll
    Syntax
    public class XbimIPersistEntityCollection<TType> : ICollection<TType>, IEnumerable<TType>, IEnumerable where TType : class, IPersistEntity
    Type Parameters
    Name Description
    TType

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Add(TType)

    Declaration
    public void Add(TType item)
    Parameters
    Type Name Description
    TType item
    | Improve this Doc View Source

    Clear()

    Declaration
    public void Clear()
    | Improve this Doc View Source

    Contains(TType)

    Declaration
    public bool Contains(TType item)
    Parameters
    Type Name Description
    TType item
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CopyTo(TType[], Int32)

    Declaration
    public void CopyTo(TType[] array, int arrayIndex)
    Parameters
    Type Name Description
    TType[] array
    System.Int32 arrayIndex
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<TType> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<TType>
    | Improve this Doc View Source

    Remove(TType)

    Declaration
    public bool Remove(TType item)
    Parameters
    Type Name Description
    TType item
    Returns
    Type Description
    System.Boolean

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

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