C# Class Monobjc.ObjectiveCIVarAttribute

Inheritance: System.Attribute
Show file Open project: Monobjc/monobjc

Public Methods

Method Description
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 .

Method Details

ObjectiveCIVarAttribute() public method

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

ObjectiveCIVarAttribute() public method

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

ToString() public method

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