C# Class System.Reflection.Tests.StringAttr

Inheritance: Attribute
Show 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 property

public string name
return string

value public property

public string value
return string