Interface IFilePath<TBuilder, TArgument>
- Namespace
- Alis.Core.Aspect.Fluent.Words
- Assembly
- Alis.dll
The file path interface
public interface IFilePath<out TBuilder, in TArgument>Type Parameters
TBuilderTArgument
Methods
FilePath(TArgument)
Files the path using the specified value
TBuilder FilePath(TArgument value)Parameters
valueTArgument-
The value
Returns
- TBuilder
-
The builder