
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.
|
