Model3DCollection.TakeWhile Method
.NET Framework 3.5
Returns elements from a sequence as long as a specified condition is true, and then skips the remaining elements.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TakeWhile(Func<Model3D, Boolean>) | Returns elements from a sequence as long as a specified condition is true. (Defined by Enumerable.) |
|
TakeWhile(Func<Model3D, Int32, Boolean>) | Returns elements from a sequence as long as a specified condition is true. The element's index is used in the logic of the predicate function. (Defined by Enumerable.) |