Seq<T> Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

The Seq<T> type exposes the following members.

Constructors

  Name Description
Ee649878.pubmethod(en-us,PandP.10).gif Seq<T>
Create a new Seq<T> instance wrapping the given IEnumerable.

Methods

  Name Description
Ee649878.pubmethod(en-us,PandP.10).gif Concat
Concatenate multiple sequences with this one to return a single sequence containing all items.
Ee649878.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee649878.pubmethod(en-us,PandP.10).gif Exists
Tests the sequence, returning true if any element satisfies the given predicate.
Ee649878.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee649878.pubmethod(en-us,PandP.10).gif First
Return the first item in the given sequence.
Ee649878.pubmethod(en-us,PandP.10).gif ForAll
Tests the sequence, returning true only if all elements satisfy the given predicate.
Ee649878.pubmethod(en-us,PandP.10).gif ForEach
Execute the given action delegate for each item in the sequence.
Ee649878.pubmethod(en-us,PandP.10).gif GetEnumerator
Returns an enumerator that iterates through the collection.
Ee649878.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee649878.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee649878.pubmethod(en-us,PandP.10).gif Map<TOut>
Return a new sequence consisting of the result of running each element through the given converter.
Ee649878.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee649878.pubmethod(en-us,PandP.10).gif Reduce<TDest>
Run a functional Reduce operation. See other methods for examples.
Ee649878.pubmethod(en-us,PandP.10).gif ToArray
Return an array with the same contents as this sequence.
Ee649878.pubmethod(en-us,PandP.10).gif ToList
Given a sequence object, return a list containing those items.
Ee649878.pubmethod(en-us,PandP.10).gif ToString Overloaded.
Ee649878.pubmethod(en-us,PandP.10).gif Where
Returns new sequence containing only the items for which the predicate is true.

Explicit Interface Implementations

  Name Description
Ee649878.pubinterface(en-us,PandP.10).gifEe649878.privmethod(en-us,PandP.10).gif IEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.

See Also

Seq<T> Class

Microsoft.Practices.ObjectBuilder2 Namespace