C# Class Smartmobili.Cocoa.ObjcPropAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
GetName string
SetName string

Public Methods

Method Description
ObjcPropAttribute ( ) : System
ObjcPropAttribute ( string attrName ) : System

Method Details

ObjcPropAttribute() public method

public ObjcPropAttribute ( ) : System
return System

ObjcPropAttribute() public method

public ObjcPropAttribute ( string attrName ) : System
attrName string
return System

Property Details

GetName public_oe property

public string GetName
return string

SetName public_oe property

public string SetName
return string