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
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode 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 méthode

Accepts the specified visitor.
public Accept ( IIBVisitor visitor ) : void
visitor IIBVisitor The visitor.
Résultat void

IBArchive() public méthode

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