Search Results for

    Show / Hide Table of Contents

    Struct XbimTriplet<T>

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.Common.XbimExtensions
    Assembly: Xbim.Common.dll
    Syntax
    public struct XbimTriplet<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    XbimTriplet(IEnumerable<T>)

    Declaration
    public XbimTriplet(IEnumerable<T> coll)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<T> coll

    Fields

    | Improve this Doc View Source

    A

    Declaration
    public T A
    Field Value
    Type Description
    T
    | Improve this Doc View Source

    B

    Declaration
    public T B
    Field Value
    Type Description
    T
    | Improve this Doc View Source

    C

    Declaration
    public T C
    Field Value
    Type Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim