C# Class System.Reflection.Tests.TypeAttr

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
TypeAttr ( Type t )

Method Details

TypeAttr() public méthode

public TypeAttr ( Type t )
t Type

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public Type value
Résultat Type