C# Class System.Reflection.Tests.Attr

Inheritance: Attribute
Mostra file Open project: mikedn/runtime

Public Properties

Property Type Description
name string
value int

Public Methods

Method Description
Attr ( int i )
ToString ( ) : string

Method Details

Attr() public method

public Attr ( int i )
i int

ToString() public method

public ToString ( ) : string
return string

Property Details

name public_oe property

public string name
return string

value public_oe property

public int value
return int