C# Class Monobjc.ObjectiveCUnderlyingTypeAttribute

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

Public Methods

Method Description
ObjectiveCUnderlyingTypeAttribute ( Type value ) : System

Initializes a new instance of the ObjectiveCUnderlyingTypeAttribute class.

ToString ( ) : String

Returns a String that represents this instance.

Method Details

ObjectiveCUnderlyingTypeAttribute() public method

Initializes a new instance of the ObjectiveCUnderlyingTypeAttribute class.
public ObjectiveCUnderlyingTypeAttribute ( Type value ) : System
value System.Type The value.
return System

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : String
return String