C# Класс Monobjc.Tools.Xcode.PBXBuildRule

Наследование: PBXElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Accept() публичный Метод

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
Результат void

AddOutputFile() публичный Метод

Adds the output file.
public AddOutputFile ( String file ) : void
file String The file.
Результат void

PBXBuildRule() публичный Метод

Initializes a new instance of the PBXBuildRule class.
public PBXBuildRule ( ) : System
Результат System

RemoveOutputFile() публичный Метод

Removes the output file.
public RemoveOutputFile ( String file ) : void
file String The file.
Результат void

WriteTo() публичный Метод

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
Результат void