C# Class Monobjc.Tools.Xcode.PBXElement

Base class for project element.
Inheritance: IPBXElement
Datei anzeigen Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

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

Writes this element to the writer.

Method Details

Accept() public abstract method

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

WriteTo() public abstract method

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