FragmentCollection.Find Method
| Name | Parameters | Description |
|---|---|---|
| Find(Predicate<PageFragment>, out FragmentCollection) | func, container | Finds the first content fragment that matches the specified condition and identifies the collection that contains this fragment. |
| Find(Predicate<PageFragment>) | func | Finds the first content fragment that matches the specified condition. |