C# Class Monobjc.Tools.Xcode.PBXFileElement

Inheritance: PBXElement
Mostra file Open project: Monobjc/monobjc-tools Class Usage Examples

Protected Methods

Method Description
PBXFileElement ( ) : System

Initializes a new instance of the PBXFileElement class.

PBXFileElement ( string name ) : System

Initializes a new instance of the PBXFileElement class.

Method Details

PBXFileElement() protected method

Initializes a new instance of the PBXFileElement class.
protected PBXFileElement ( ) : System
return System

PBXFileElement() protected method

Initializes a new instance of the PBXFileElement class.
protected PBXFileElement ( string name ) : System
name string The name.
return System