C# Класс PathLib.PurePath

Factory functions for PurePaths
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( ) : IPurePath

Factory method to create a new PurePath instance based upon the current operating system.

Create ( string path ) : IPurePath

Factory method to create a new PurePath instance based upon the current operating system.

Приватные методы

Метод Описание
PurePath ( )

Описание методов

Create() публичный статический Метод

Factory method to create a new PurePath instance based upon the current operating system.
public static Create ( ) : IPurePath
Результат IPurePath

Create() публичный статический Метод

Factory method to create a new PurePath instance based upon the current operating system.
public static Create ( string path ) : IPurePath
path string
Результат IPurePath