File System File System
File System File System
DocFX + Singulink = ♥

Search Results for

    Operator operator +

    operator +(IRelativeDirectoryPath, IRelativeDirectoryPath)

    Combines a relative directory with another relative directory.

    Declaration
    public static IRelativeDirectoryPath operator +(IRelativeDirectoryPath x, IRelativeDirectoryPath y)
    Parameters
    Type Name Description
    IRelativeDirectoryPath x
    IRelativeDirectoryPath y
    Returns
    Type Description
    IRelativeDirectoryPath

    operator +(IRelativeDirectoryPath, IRelativeFilePath)

    Combines a relative directory with another relative file.

    Declaration
    public static IRelativeFilePath operator +(IRelativeDirectoryPath x, IRelativeFilePath y)
    Parameters
    Type Name Description
    IRelativeDirectoryPath x
    IRelativeFilePath y
    Returns
    Type Description
    IRelativeFilePath

    operator +(IRelativeDirectoryPath, IRelativePath)

    Combines a relative directory with another relative entry.

    Declaration
    public static IRelativePath operator +(IRelativeDirectoryPath x, IRelativePath y)
    Parameters
    Type Name Description
    IRelativeDirectoryPath x
    IRelativePath y
    Returns
    Type Description
    IRelativePath
    © Singulink. All rights reserved.