Skip to content

99d3244c f5b7 c75d 39e1 c7d9322e6382

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseSimpleModelCollection(TItem, TParent).Find Method

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)

Syntax

C#

public TItem Find(
	Predicate<TItem> match
)

VB

Public Function Find ( 
	match As Predicate(Of TItem)
) As TItem

Parameters

 

match
Type: System.Predicate(TItem)
The Predicate(T) delegate that defines the conditions of the element to search for.

Return Value

Type: TItem
The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type TItem.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.Find(System.Predicate{0})"]

See Also

Reference

BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace

Clone this wiki locally