C# 클래스 Monobjc.Tools.InterfaceBuilder.IBArchive

This class is the top-level object contained in an IB file.

It contains information of the format of the archive

The Type attribute can have the following values:

"com.apple.InterfaceBuilder3.Cocoa.XIB" "com.apple.InterfaceBuilder3.CocoaTouch.XIB"
상속: IBArray
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

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

Accepts the specified visitor.

IBArchive ( String>.IDictionary attributes ) : System

Initializes a new instance of the IBArchive class.

메소드 상세

Accept() 공개 메소드

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

IBArchive() 공개 메소드

Initializes a new instance of the IBArchive class.
public IBArchive ( String>.IDictionary attributes ) : System
attributes String>.IDictionary The attributes.
리턴 System