C# Class Monobjc.Tools.InterfaceBuilder.IBArray

This subclass of IBObject is used to represents an array (mutable or not).

When the IBObject.ObjectClass property of the IBArray is either "NSArray" or "NSMutableArray", the inner elements contains an element to indicate the XML serialization followed by the elements of the array.

Examples of XML code:

 <object class="NSMutableArray" key="children"> <bool key="EncodedWithXMLCoder">YES</bool> <reference ref="601701719"/> <reference ref="334170355"/> <reference ref="1001122846"/> <reference ref="431464563"/> <reference ref="692045935"/> <reference ref="383511723"/> </object> 
Inheritance: IBObject
显示文件 Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
Accept ( IIBVisitor visitor ) : void

Accepts the specified visitor.

IBArray ( String>.IDictionary attributes ) : System

Initializes a new instance of the IBArray class.

Method Details

Accept() public method

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

IBArray() public method

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