Click or drag to resize

IEnumerableExtension Class

Provides extension methods for the IEnumerable(T) type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionIEnumerableExtension

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class IEnumerableExtension

The IEnumerableExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDisposeAllT
Disposes of all items of the sequence.
Public methodStatic memberForEachT(IEnumerableT, ActionT, Int32)
Runs the indexed action for each item of the collection.
Public methodStatic memberForEachT(IEnumerableT, ActionT)
Runs the action for each item of the collection.
Public methodStatic memberGetObjectsT
Opens the objects which type matches to the given one, and return them.
Public methodStatic memberMaxByTSource, TKey
Gets the greatest item of the sequence using comparer with the selector function returned values.
Public methodStatic memberMinByTSource, TKey
Gets the smallest item of the sequence using the comparer with the selector function returned values.
Public methodStatic memberUpgradeOpenT
Upgrades the open mode of all objects in the sequence.
Top
See Also