A builder class for creating immutable
Source objects e.g. for testing
purposes.
Inheritance Hierarchy Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public sealed class Builder
Public NotInheritable Class Builder
The SourceBuilder type exposes the following members.
Constructors | Name | Description |
---|
| SourceBuilder | Initializes a new instance of the SourceBuilder class |
TopMethods Thread Safety
Instances of this builder class are designed for single-threaded use only. It's fine to create and use instances in multiple concurrent threads, but, in the absence of external synchronization, the use of each individual builder instance should be restricted to one thread only.
See Also