C# 클래스 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> 
상속: IBObject
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

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

Accepts the specified visitor.

IBArray ( String>.IDictionary attributes ) : System

Initializes a new instance of the IBArray class.

메소드 상세

Accept() 공개 메소드

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

IBArray() 공개 메소드

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