FbApiWrapper - Documentation |
FacebookObjectCollection<(Of <(<'T>)>)>..::..Find Method |
FacebookObjectCollection<(Of <(<'T>)>)> Class See Also Send Feedback |
[Missing <summary> documentation for "M:FacebookWrapper.ObjectModel.FacebookObjectCollection`1.Find(System.Predicate{`0})"]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public T Find( Predicate<T> i_Predicate ) |
Visual Basic |
---|
Public Function Find ( _ i_Predicate As Predicate(Of T) _ ) As T |
Visual C++ |
---|
public: T Find( Predicate<T>^ i_Predicate ) |
Parameters
- i_Predicate
- Type: System..::..Predicate<(Of <(<'T>)>)>
[Missing <param name="i_Predicate"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObjectCollection`1.Find(System.Predicate{`0})"]
Return Value
[Missing <returns> documentation for "M:FacebookWrapper.ObjectModel.FacebookObjectCollection`1.Find(System.Predicate{`0})"]