C# Class FluentBuild.Compilation.Resource

Represents a resource file
Datei anzeigen Open project: SkightTeam/eLiteWeb Class Usage Examples

Private Properties

Property Type Description
Resource System
Resource System

Public Methods

Method Description
ToString ( ) : string

Creates a string representation of the path and identifier

Private Methods

Method Description
Resource ( string filePath ) : System

Creates a Resource for a file

Resource ( string filePath, string identifier ) : System

Creates a Resource for a file with a given identifier

Method Details

ToString() public method

Creates a string representation of the path and identifier
public ToString ( ) : string
return string