C# Class FluentBuild.Compilation.Resource

Represents a resource file
Afficher le fichier Open project: SkightTeam/eLiteWeb Class Usage Examples

Private Properties

Свойство Type Description
Resource System
Resource System

Méthodes publiques

Méthode Description
ToString ( ) : string

Creates a string representation of the path and identifier

Private Methods

Méthode 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 méthode

Creates a string representation of the path and identifier
public ToString ( ) : string
Résultat string