C# Class System.Reflection.Tests.Int32Attr

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Int32Attr ( int i )

Method Details

Int32Attr() public méthode

public Int32Attr ( int i )
i int

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public int value
Résultat int