Search Results for

    Show / Hide Table of Contents

    Class Scope

    Inheritance
    Object
    Scope
    Namespace: NoSuchStudio.Common
    Assembly: NoSuchStudio-Common.dll
    Syntax
    [Serializable]
    public class Scope

    Fields

    Global

    Declaration
    public static readonly Scope Global
    Field Value
    Type Description
    Scope

    Methods

    Apply(String)

    Declaration
    public string Apply(string partialName)
    Parameters
    Type Name Description
    String partialName
    Returns
    Type Description
    String

    Create(String, String)

    Declaration
    public static Scope Create(string scope, string delimiter = "_")
    Parameters
    Type Name Description
    String scope
    String delimiter
    Returns
    Type Description
    Scope

    Match(String)

    Declaration
    public bool Match(string fullName)
    Parameters
    Type Name Description
    String fullName
    Returns
    Type Description
    Boolean

    Unapply(String)

    Declaration
    public string Unapply(string fullName)
    Parameters
    Type Name Description
    String fullName
    Returns
    Type Description
    String
    In This Article
    Back to top Generated by DocFX