C# Class System.Tools.ResGen.Entry

Show file Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
name string
value object

Public Methods

Method Description
Entry ( string name, object value ) : System

Method Details

Entry() public method

public Entry ( string name, object value ) : System
name string
value object
return System

Property Details

name public property

public string name
return string

value public property

public object value
return object