C# Class System.Reflection.Tests.Int64Attr

Inheritance: Attribute
Mostra file Open project: mikedn/runtime

Public Properties

Property Type Description
name string
value long

Public Methods

Method Description
Int64Attr ( long l )
ToString ( ) : string

Method Details

Int64Attr() public method

public Int64Attr ( long l )
l long

ToString() public method

public ToString ( ) : string
return string

Property Details

name public_oe property

public string name
return string

value public_oe property

public long value
return long