C# Class Monobjc.Tools.Xcode.PBXBuildRule

Inheritance: PBXElement
Show file Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method 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 method

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
return void

AddOutputFile() public method

Adds the output file.
public AddOutputFile ( String file ) : void
file String The file.
return void

PBXBuildRule() public method

Initializes a new instance of the PBXBuildRule class.
public PBXBuildRule ( ) : System
return System

RemoveOutputFile() public method

Removes the output file.
public RemoveOutputFile ( String file ) : void
file String The file.
return void

WriteTo() public method

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