C# Class NetIde.Util.FileType

Mostrar archivo Open project: netide/netide Class Usage Examples

Public Methods

Method Description
FromStream ( Stream stream, string extension ) : FileType

Protected Methods

Method Description
FileType ( FileTypeType type ) : System

Method Details

FileType() protected method

protected FileType ( FileTypeType type ) : System
type FileTypeType
return System

FromStream() public static method

public static FromStream ( Stream stream, string extension ) : FileType
stream Stream
extension string
return FileType