C# Class 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"
Inheritance: IBArray
Datei anzeigen Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Accept ( IIBVisitor visitor ) : void

Accepts the specified visitor.

IBArchive ( String>.IDictionary attributes ) : System

Initializes a new instance of the IBArchive class.

Method Details

Accept() public method

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

IBArchive() public method

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