C# Class Monobjc.Tools.Xcode.XCBuildConfiguration

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.

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

Writes this element to the writer.

XCBuildConfiguration ( ) : System

Initializes a new instance of the XCBuildConfiguration class.

XCBuildConfiguration ( String name ) : System

Initializes a new instance of the XCBuildConfiguration class.

Method Details

Accept() public méthode

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
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

XCBuildConfiguration() public méthode

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

XCBuildConfiguration() public méthode

Initializes a new instance of the XCBuildConfiguration class.
public XCBuildConfiguration ( String name ) : System
name String The name.
Résultat System