Class IfcCollectionT
IfcCollection<T> class
IfcCollection
public class IfcCollection<T> : IfcCollection, IEnumerable<T>
Constructors
| Name | Description |
|---|
| IfcCollection(Type) | Initializes a new instance of the class. |
Properties
| Name | Description |
|---|
| Count { get; } | Gets the count. |
| Item { get; set; } | Gets or sets the at the specified index. |
| TypeOfT { get; } | Gets or sets the type of t. |
Methods
| Name | Description |
|---|
| Add(T) | Adds the specified item. |
| Contains(T) | Determines whether [contains] [the specified item]. |
| FirstOrDefault() | Firsts the or default. |
| FirstOrDefault(IfcPredicate<T>) | Firsts the or default. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| Select<TOut>(IfcSelect<T, TOut>) | Selects the specified select. |
| ToList() | To the list. |
| override TryAddItemAsObject(object) | Tries the add item as object. |
| Where(IfcPredicate<T>) | Wheres the specified predicate. |
See Also