Search Results for

    Show / Hide Table of Contents

    Class UResult

    Inheritance
    System.Object
    UResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LibSugar
    Assembly: LibSugar.dll
    Syntax
    public static class UResult

    Methods

    | Improve this Doc View Source

    MakeErr<T, E>(E)

    Declaration
    public static UResult<T, E> MakeErr<T, E>(E v)
        where T : struct where E : struct
    Parameters
    Type Name Description
    E v
    Returns
    Type Description
    UResult<T, E>
    Type Parameters
    Name Description
    T
    E
    | Improve this Doc View Source

    MakeOk<T, E>(T)

    Declaration
    public static UResult<T, E> MakeOk<T, E>(T v)
        where T : struct where E : struct
    Parameters
    Type Name Description
    T v
    Returns
    Type Description
    UResult<T, E>
    Type Parameters
    Name Description
    T
    E
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © LibSugar.
    Generated by DocFX