C# 클래스 Monobjc.Tools.Xcode.PBXElement

Base class for project element.
상속: IPBXElement
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

메소드 상세

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

Accepts the specified visitor.
public abstract Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
리턴 void

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

Writes this element to the writer.
public abstract WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
리턴 void