C# Class Mono.Debugger.Frontend.PropertyAttribute

Inheritance: System.Attribute
Mostra file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Name string
ShortName string

Public Methods

Method Description
PropertyAttribute ( string name ) : System
PropertyAttribute ( string name, string short_name ) : System

Method Details

PropertyAttribute() public method

public PropertyAttribute ( string name ) : System
name string
return System

PropertyAttribute() public method

public PropertyAttribute ( string name, string short_name ) : System
name string
short_name string
return System

Property Details

Name public_oe property

public string Name
return string

ShortName public_oe property

public string ShortName
return string