C# 클래스 Monobjc.ObjectiveCIVarAttribute

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

공개 메소드들

메소드 설명
ObjectiveCIVarAttribute ( ) : System

Initializes a new instance of the ObjectiveCIVarAttribute class.

ObjectiveCIVarAttribute ( String name ) : System

Initializes a new instance of the ObjectiveCIVarAttribute class.

The name MUST be an ANSI identifier.

ToString ( ) : String

Returns a that represents the current .

메소드 상세

ObjectiveCIVarAttribute() 공개 메소드

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

ObjectiveCIVarAttribute() 공개 메소드

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

ToString() 공개 메소드

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