IfcCollection1.FirstOrDefault

FirstOrDefault(IfcPredicate<T>)

Firsts the or default item from the collection that satisfy the predicate.

public T FirstOrDefault(IfcPredicate<T> predicate)
ParameterTypeDescription
predicateIfcPredicate`1The predicate.

See Also


FirstOrDefault()

Firsts the or default item from the collection.

public T FirstOrDefault()

See Also