C# Class FileData

Inheritance: BaseJson
Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetFile ( string Path ) : FileData,
InPath ( string Path ) : List
ToString ( ) : string

Private Methods

Method Description
FileData ( ) : System

Method Details

GetFile() public static method

public static GetFile ( string Path ) : FileData,
Path string
return FileData,

InPath() public static method

public static InPath ( string Path ) : List
Path string
return List

ToString() public method

public ToString ( ) : string
return string