C# Class System.Reflection.Tests.Int32Attr

Inheritance: Attribute
Mostra file Open project: mikedn/runtime

Public Properties

Property Type Description
name string
value int

Public Methods

Method Description
Int32Attr ( int i )

Method Details

Int32Attr() public method

public Int32Attr ( int i )
i int

Property Details

name public_oe property

public string name
return string

value public_oe property

public int value
return int