C# 클래스 Cocoa.ExportAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: mono/cocoa-sharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
autosync bool
selector string
signature string

공개 메소드들

메소드 설명
ExportAttribute ( ) : System
ExportAttribute ( string selector ) : System

메소드 상세

ExportAttribute() 공개 메소드

public ExportAttribute ( ) : System
리턴 System

ExportAttribute() 공개 메소드

public ExportAttribute ( string selector ) : System
selector string
리턴 System

프로퍼티 상세

autosync 보호되어 있는 프로퍼티

protected bool autosync
리턴 bool

selector 보호되어 있는 프로퍼티

protected string selector
리턴 string

signature 보호되어 있는 프로퍼티

protected string signature
리턴 string