Monobjc.Tools.Xcode.ProjectNSWriter.WritePBXElementPrologue C# (CSharp) Method

WritePBXElementPrologue() public method

Writes the PBX element prologue.
public WritePBXElementPrologue ( int indentLevel, string>.IDictionary map, IPBXElement element ) : void
indentLevel int The indent level.
map string>.IDictionary The map.
element IPBXElement The element.
return void
        public override void WritePBXElementPrologue(int indentLevel, IDictionary<IPBXElement, string> map, IPBXElement element)
        {
            this.WritePBXElementPrologue (indentLevel, map, element, false);
        }

Same methods

ProjectNSWriter::WritePBXElementPrologue ( int indentLevel, string>.IDictionary map, IPBXElement element, bool singleLine ) : void