Show / Hide Table of Contents

    Class Use<T>

    Represents the use.

    Inheritance
    Object
    Use<T>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Scopes
    Assembly: Platform.Scopes.dll
    Syntax
    public static class Use<T>
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    New

    Gets the new value.

    Declaration
    public static Disposable<T> New { get; }
    Property Value
    Type Description
    Disposable<T>
    | Improve this Doc View Source

    Single

    Gets the single value.

    Declaration
    public static T Single { get; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX