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

상속: PBXElement
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

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

Accepts the specified visitor.

AddOutputFile ( String file ) : void

Adds the output file.

PBXBuildRule ( ) : System

Initializes a new instance of the PBXBuildRule class.

RemoveOutputFile ( String file ) : void

Removes the output file.

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

Writes this element to the writer.

메소드 상세

Accept() 공개 메소드

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

AddOutputFile() 공개 메소드

Adds the output file.
public AddOutputFile ( String file ) : void
file String The file.
리턴 void

PBXBuildRule() 공개 메소드

Initializes a new instance of the PBXBuildRule class.
public PBXBuildRule ( ) : System
리턴 System

RemoveOutputFile() 공개 메소드

Removes the output file.
public RemoveOutputFile ( String file ) : void
file String The file.
리턴 void

WriteTo() 공개 메소드

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