Table of Contents

Struct RelativePath

Namespace
EasyNetQ.Management.Client
Assembly
EasyNetQ.Management.Client.dll
public readonly struct RelativePath
Inherited Members

Constructors

RelativePath(string)

public RelativePath(string segment)

Parameters

segment string

Methods

Build()

public string Build()

Returns

string

Operators

operator /(RelativePath, char)

public static RelativePath operator /(RelativePath parent, char segment)

Parameters

parent RelativePath
segment char

Returns

RelativePath

operator /(RelativePath, string)

public static RelativePath operator /(RelativePath parent, string segment)

Parameters

parent RelativePath
segment string

Returns

RelativePath