C# Class Monobjc.Tools.Xcode.PBXFileReference

Inheritance: PBXFileElement
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.

PBXFileReference ( ) : System

Initializes a new instance of the PBXFileReference class.

PBXFileReference ( string name ) : System

Initializes a new instance of the PBXFileReference 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

PBXFileReference() public méthode

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

PBXFileReference() public méthode

Initializes a new instance of the PBXFileReference class.
public PBXFileReference ( string name ) : System
name string The name.
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