C# Class Monobjc.ObjectiveCClassAttribute

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

Private Properties

Property Type Description

Public Methods

Method Description
ObjectiveCClassAttribute ( ) : System

Initializes a new instance of the ObjectiveCClassAttribute class.

The name that will be used to register the tagged type will be its short name, i.e. "MyType" if the type is "Foo.Bar.MyType".

ObjectiveCClassAttribute ( String name ) : System

Initializes a new instance of the ObjectiveCClassAttribute class.

The name MUST be an ANSI identifier.

ToString ( ) : String

Returns a that represents the current .

Method Details

ObjectiveCClassAttribute() public method

Initializes a new instance of the ObjectiveCClassAttribute class.

The name that will be used to register the tagged type will be its short name, i.e. "MyType" if the type is "Foo.Bar.MyType".

public ObjectiveCClassAttribute ( ) : System
return System

ObjectiveCClassAttribute() public method

Initializes a new instance of the ObjectiveCClassAttribute class.
The name MUST be an ANSI identifier.
public ObjectiveCClassAttribute ( String name ) : System
name String The name that will be used to register the tagged type.
return System

ToString() public method

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