C# Class Monobjc.Tools.Xcode.PBXContainerItemProxy

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.

PBXContainerItemProxy ( ) : System

Initializes a new instance of the PBXContainerItemProxy class.

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

Writes this element to the writer.

Method Details

Accept() public méthode

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
Résultat void

PBXContainerItemProxy() public méthode

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

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