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

This subclass of IBObject is used to represents a set (mutable or not).
상속: IBObject
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

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

Accepts the specified visitor.

IBSet ( String>.IDictionary attributes ) : System

Initializes a new instance of the IBSet class.

메소드 상세

Accept() 공개 메소드

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

IBSet() 공개 메소드

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