ClassImplementingIEnumerable Class

Definition

public ref class ClassImplementingIEnumerable : System::Collections::IEnumerable
public class ClassImplementingIEnumerable : System.Collections.IEnumerable
type ClassImplementingIEnumerable = class
    interface IEnumerable
Public Class ClassImplementingIEnumerable
Implements IEnumerable
Inheritance
ClassImplementingIEnumerable
Implements

Constructors

ClassImplementingIEnumerable()

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to