C# 클래스 Monobjc.ObjectiveCMessageAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Monobjc/monobjc

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ObjectiveCMessageAttribute ( ) : System

Initializes a new instance of the ObjectiveCMessageAttribute class.

ObjectiveCMessageAttribute ( String selector ) : System

Initializes a new instance of the ObjectiveCMessageAttribute class.

The name MUST be an ANSI identifier.

ToString ( ) : String

Returns a that represents the current .

메소드 상세

ObjectiveCMessageAttribute() 공개 메소드

Initializes a new instance of the ObjectiveCMessageAttribute class.
public ObjectiveCMessageAttribute ( ) : System
리턴 System

ObjectiveCMessageAttribute() 공개 메소드

Initializes a new instance of the ObjectiveCMessageAttribute class.
The name MUST be an ANSI identifier.
public ObjectiveCMessageAttribute ( String selector ) : System
selector String The selector to use.
리턴 System

ToString() 공개 메소드

Returns a that represents the current .
public ToString ( ) : String
리턴 String