C# Class UnityEditor.iOS.Xcode.PBX.SectionBase

Mostrar archivo Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
AddObject ( string key, PBXElementDict value ) : void
WriteSection ( StringBuilder sb, GUIDToCommentMap comments ) : void

Protected Methods

Method Description
SectionBase ( ) : System

Method Details

AddObject() public abstract method

public abstract AddObject ( string key, PBXElementDict value ) : void
key string
value PBXElementDict
return void

SectionBase() protected method

protected SectionBase ( ) : System
return System

WriteSection() public abstract method

public abstract WriteSection ( StringBuilder sb, GUIDToCommentMap comments ) : void
sb StringBuilder
comments GUIDToCommentMap
return void