Property | Type | Description |
---|
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
|
public ObjectiveCClassAttribute ( String name ) : System | ||
name | String | The name that will be used to register the tagged type. |
return | System |