IEnumerableExtension Class |
Namespace: Gile.AutoCAD.R20.Extension
The IEnumerableExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| DisposeAllT |
Disposes of all items of the sequence.
| |
| ForEachT(IEnumerableT, ActionT, Int32) |
Runs the indexed action for each item of the collection.
| |
| ForEachT(IEnumerableT, ActionT) |
Runs the action for each item of the collection.
| |
| GetObjectsT |
Opens the objects which type matches to the given one, and return them.
| |
| MaxByTSource, TKey |
Gets the greatest item of the sequence using comparer with the selector function returned values.
| |
| MinByTSource, TKey |
Gets the smallest item of the sequence using the comparer with the selector function returned values.
| |
| UpgradeOpenT |
Upgrades the open mode of all objects in the sequence.
|