![]() | PooledEnumerableT Class |
Namespace: DigitalRune.Collections
public abstract class PooledEnumerable<T> : IEnumerable<T>, IEnumerable, IEnumerator<T>, IDisposable, IEnumerator
The PooledEnumerableT type exposes the following members.
Name | Description | |
---|---|---|
![]() | PooledEnumerableT | Initializes a new instance of the PooledEnumerableT class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initializes this instance.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnNext |
Called when the enumerator should move to the next object.
|
![]() | OnRecycle |
Called when this instance should be recycled.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | DoT(ActionT) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) |
![]() | DoT(ActionT, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) |
![]() | ForEachT(ActionT) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) |
![]() | ForEachT(ActionT, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) |
![]() | IndexOfT |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |
Name | Description | |
---|---|---|
![]() ![]() | IEnumeratorTCurrent |
Gets the element in the collection at the current position of the enumerator.
|
![]() ![]() | IEnumeratorCurrent |
Gets the element in the collection at the current position of the enumerator.
|
![]() ![]() | IDisposableDispose |
Performs application-defined tasks associated with freeing, releasing, or resetting
unmanaged resources.
|
![]() ![]() | IEnumerableTGetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() | IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() | IEnumeratorMoveNext |
Advances the enumerator to the next element of the collection.
|
![]() ![]() | IEnumeratorReset |
Not supported.
|