C# Class System.Reflection.Tests.StringAttr

Inheritance: Attribute
Afficher le fichier Open project: mikedn/runtime

Méthodes publiques

Свойство Type Description
name string
value string

Méthodes publiques

Méthode Description
StringAttr ( string s )

Method Details

StringAttr() public méthode

public StringAttr ( string s )
s string

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public string value
Résultat string