Summary
A disposable class that does nothing.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Util - Interfaces
-
- IDisposable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDisposable"]
Type["EmptyDisposable"]
class Type type-node
Syntax
public class EmptyDisposable : IDisposable
Fields
Name | Constant Value | Summary |
---|---|---|
Instance |
A singleton instance of the
Wyam.Common.Util.EmptyDisposable .
static
|
Methods
Name | Value | Summary |
---|---|---|
Dispose |
void |
Does nothing.
|