C# 클래스 Monobjc.ObjectiveCProtocolAttribute

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

공개 메소드들

메소드 설명
ObjectiveCProtocolAttribute ( ) : System

Initializes a new instance of the ObjectiveCProtocolAttribute class.

ObjectiveCProtocolAttribute ( String name ) : System

Initializes a new instance of the ObjectiveCProtocolAttribute class.

The name MUST be an ANSI identifier.

ToString ( ) : String

Returns a that represents the current .

메소드 상세

ObjectiveCProtocolAttribute() 공개 메소드

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

ObjectiveCProtocolAttribute() 공개 메소드

Initializes a new instance of the ObjectiveCProtocolAttribute class.
The name MUST be an ANSI identifier.
public ObjectiveCProtocolAttribute ( String name ) : System
name String The name to use when registering the interface in the Objective-C runtime.
리턴 System

ToString() 공개 메소드

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