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

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

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

Méthodes protégées

Méthode Description
SectionBase ( ) : System

Method Details

AddObject() public abstract méthode

public abstract AddObject ( string key, PBXElementDict value ) : void
key string
value PBXElementDict
Résultat void

SectionBase() protected méthode

protected SectionBase ( ) : System
Résultat System

WriteSection() public abstract méthode

public abstract WriteSection ( StringBuilder sb, GUIDToCommentMap comments ) : void
sb StringBuilder
comments GUIDToCommentMap
Résultat void