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 SourceAsTriplet<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 |