The SequenceBuilder T generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Append(IEnumerable T ) |
Appends a collection to this builder.
| |
Append(Func IEnumerable T ) |
Appends a lazily-evaluated collection to this builder.
| |
Append(Func T ) |
Appends a single lazily-evaluated element to this builder.
| |
Append(T) |
Appends a single element to this builder.
| |
Append( T ) |
Appends one or more elements to this builder.
| |
Clear |
Clears the contents of this builder.
| |
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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToSequence |
Produces a sequence from the added elements.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also