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 SourceXbimTriplet(IEnumerable<T>)
Declaration
public XbimTriplet(IEnumerable<T> coll)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | coll |
Fields
| Improve this Doc View SourceA
Declaration
public T A
Field Value
Type | Description |
---|---|
T |
B
Declaration
public T B
Field Value
Type | Description |
---|---|
T |
C
Declaration
public T C
Field Value
Type | Description |
---|---|
T |