Name |
Description |
Characters |
|
Characters.Keyboard |
|
CompositeDisposable |
A container for other IDisposable objects that can be disposed all at once. Disposal occurs in the order that items are enumerated. Disposal exceptions do not prevent disposal of other elements. |
ConnectionStrings |
|
DateTimeExtensions |
|
FileSystemExtensions |
|
RepeatScope |
|
SingleGlobalInstance |
|
Stopwatch |
Much like System.Diagnostics.Stopwatch, but the time elapsed can be directly manipulated. |
StreamBookmark |
Records the current stream position on construction and seeks back to it on disposal. |
StreamExtensions |
|
SystemClock |
Clock that returns DateTimeOffset.Now. |
TestClock |
Clock that allows controlling the next value returned by the Now property. |