C# Class System.Reflection.Tests.Int64Attr

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Int64Attr ( long l )
ToString ( ) : string

Method Details

Int64Attr() public méthode

public Int64Attr ( long l )
l long

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public long value
Résultat long