Search Results for

    Show / Hide Table of Contents

    Class IEnumerableExtensions

    Inheritance
    System.Object
    IEnumerableExtensions
    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.Common.XbimExtensions
    Assembly: Xbim.Common.dll
    Syntax
    public static class IEnumerableExtensions

    Methods

    | Improve this Doc View Source

    AsTriplet<T>(IEnumerable<T>)

    Declaration
    public static XbimTriplet<T> AsTriplet<T>(this IEnumerable<T> coll)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<T> coll
    Returns
    Type Description
    XbimTriplet<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim