MultiStreamPath.Separator

MultiStreamPath.Separator property

Gets a separator character used to separate directory levels of the Location string.

public override char Separator { get; }

Return Value

The current implementation uses DirectorySeparatorChar.

See Also