C# 클래스 UnityEditor.iOS.Xcode.PBX.SectionBase

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
AddObject ( string key, PBXElementDict value ) : void
WriteSection ( StringBuilder sb, GUIDToCommentMap comments ) : void

보호된 메소드들

메소드 설명
SectionBase ( ) : System

메소드 상세

AddObject() 공개 추상적인 메소드

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

SectionBase() 보호된 메소드

protected SectionBase ( ) : System
리턴 System

WriteSection() 공개 추상적인 메소드

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