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 ( |
Writes this element to the writer.
|
public Accept ( IPBXVisitor visitor ) : void | ||
visitor | IPBXVisitor | The visitor. |
return | void |
public AddOutputFile ( String file ) : void | ||
file | String | The file. |
return | void |
public RemoveOutputFile ( String file ) : void | ||
file | String | The file. |
return | void |
public WriteTo ( |
||
writer | The writer. | |
map | string>.IDictionary | The map. |
return | void |