C# Class System.Reflection.Tests.TypeAttr

Inheritance: Attribute
Mostra file Open project: mikedn/runtime

Public Properties

Property Type Description
name string
value Type

Public Methods

Method Description
TypeAttr ( Type t )

Method Details

TypeAttr() public method

public TypeAttr ( Type t )
t Type

Property Details

name public_oe property

public string name
return string

value public_oe property

public Type value
return Type