Method | Description | |
---|---|---|
Close ( ) : void |
Close this instance.
|
|
Write ( char value ) : void |
Write the specified value.
|
|
WriteIndent ( int indentLevel ) : void |
Writes the indent.
|
|
WritePBXDictionary ( int indentLevel, String>.IDictionary |
Writes the dictionary.
|
|
WritePBXElementEpilogue ( int indentLevel ) : void |
Writes the PBX element epilogue.
|
|
WritePBXElementEpilogue ( int indentLevel, bool singleLine ) : void |
Writes the PBX element epilogue.
|
|
WritePBXElementPrologue ( int indentLevel, string>.IDictionary |
Writes the PBX element prologue.
|
|
WritePBXElementPrologue ( int indentLevel, string>.IDictionary |
Writes the PBX element prologue.
|
|
WritePBXList ( int indentLevel, String>.IDictionary |
Writes the list.
|
|
WritePBXProperty ( int indentLevel, String>.IDictionary |
Writes the PBX property.
|
|
WritePBXProperty ( int indentLevel, String>.IDictionary |
Writes the PBX property.
|
|
WritePBXValue ( int indentLevel, String>.IDictionary |
Writes the PBX value.
|
Method | Description | |
---|---|---|
ProjectWriter ( |
Initializes a new instance of the Monobjc.Tools.Xcode.ProjectWriter class.
|
protected ProjectWriter ( |
||
writer | /// Writer. /// | |
return | System |
public abstract WriteIndent ( int indentLevel ) : void | ||
indentLevel | int | The indent level. |
return | void |
public abstract WritePBXDictionary ( int indentLevel, String>.IDictionary |
||
indentLevel | int | The indent level. |
map | String>.IDictionary | The map. |
dictionary | IDictionary | The dictionary. |
return | void |
public abstract WritePBXElementEpilogue ( int indentLevel ) : void | ||
indentLevel | int | The indent level. |
return | void |
public abstract WritePBXElementEpilogue ( int indentLevel, bool singleLine ) : void | ||
indentLevel | int | The indent level. |
singleLine | bool | Output result is on a single line. |
return | void |
public abstract WritePBXElementPrologue ( int indentLevel, string>.IDictionary |
||
indentLevel | int | The indent level. |
map | string>.IDictionary | The map. |
element | IPBXElement | The element. |
return | void |
public abstract WritePBXElementPrologue ( int indentLevel, string>.IDictionary |
||
indentLevel | int | The indent level. |
map | string>.IDictionary | The map. |
element | IPBXElement | The element. |
singleLine | bool | Output result is on a single line. |
return | void |
public abstract WritePBXList ( int indentLevel, String>.IDictionary |
||
indentLevel | int | The indent level. |
map | String>.IDictionary | The map. |
values | IList | The values. |
return | void |
public abstract WritePBXProperty ( int indentLevel, String>.IDictionary |
||
indentLevel | int | The indent level. |
map | String>.IDictionary | The map. |
name | String | The name. |
value | Object | The value. |
return | void |
public abstract WritePBXProperty ( int indentLevel, String>.IDictionary |
||
indentLevel | int | The indent level. |
map | String>.IDictionary | The map. |
name | String | The name. |
value | Object | The value. |
singleLine | bool | Output result is on a single line. |
return | void |
public abstract WritePBXValue ( int indentLevel, String>.IDictionary |
||
indentLevel | int | The indent level. |
map | String>.IDictionary | The map. |
value | Object | The value. |
return | void |