Class Use<T>
Represents the use.
Inherited Members
Namespace: Platform.Scopes
Assembly: Platform.Scopes.dll
Syntax
public static class Use<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceNew
Gets the new value.
Declaration
public static Disposable<T> New { get; }
Property Value
Type | Description |
---|---|
Disposable<T> |
Single
Gets the single value.
Declaration
public static T Single { get; }
Property Value
Type | Description |
---|---|
T |