99d3244c f5b7 c75d 39e1 c7d9322e6382 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire BaseSimpleModelCollection(TItem, TParent).
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public TItem Find(
Predicate<TItem> match
)VB
Public Function Find (
match As Predicate(Of TItem)
) As TItem
- match
- Type: System.Predicate(TItem)
The Predicate(T) delegate that defines the conditions of the element to search for.
Type: TItem
The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type TItem.
[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.Find(System.Predicate{0})"]
BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace