C# Class NAnt.MSBuild.BuildEngine.BuildItem

Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode Description
GetMetadata ( string metadataName ) : string
SetMetadata ( string metadataName, string metadataValue ) : void

Private Methods

Méthode Description
BuildItem ( object o ) : System

Method Details

GetMetadata() public méthode

public GetMetadata ( string metadataName ) : string
metadataName string
Résultat string

SetMetadata() public méthode

public SetMetadata ( string metadataName, string metadataValue ) : void
metadataName string
metadataValue string
Résultat void