C# Class Monobjc.Tools.Xcode.PBXBuildRule

Inheritance: PBXElement
Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddOutputFile ( String file ) : void

Adds the output file.

PBXBuildRule ( ) : System

Initializes a new instance of the PBXBuildRule class.

RemoveOutputFile ( String file ) : void

Removes the output file.

WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

Method Details

Accept() public méthode

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
Résultat void

AddOutputFile() public méthode

Adds the output file.
public AddOutputFile ( String file ) : void
file String The file.
Résultat void

PBXBuildRule() public méthode

Initializes a new instance of the PBXBuildRule class.
public PBXBuildRule ( ) : System
Résultat System

RemoveOutputFile() public méthode

Removes the output file.
public RemoveOutputFile ( String file ) : void
file String The file.
Résultat void

WriteTo() public méthode

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
Résultat void