C# Class Mono.Debugger.Frontend.PropertyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
ShortName string

Méthodes publiques

Méthode Description
PropertyAttribute ( string name ) : System
PropertyAttribute ( string name, string short_name ) : System

Method Details

PropertyAttribute() public méthode

public PropertyAttribute ( string name ) : System
name string
Résultat System

PropertyAttribute() public méthode

public PropertyAttribute ( string name, string short_name ) : System
name string
short_name string
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

ShortName public_oe property

public string ShortName
Résultat string