C# Class System.Reflection.Tests.StringAttr

Inheritance: Attribute
Mostra file Open project: mikedn/runtime

Public Properties

Property Type Description
name string
value string

Public Methods

Method Description
StringAttr ( string s )

Method Details

StringAttr() public method

public StringAttr ( string s )
s string

Property Details

name public_oe property

public string name
return string

value public_oe property

public string value
return string