C# Class System.Tools.ResGen.Entry

Mostra 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_oe property

public string name
return string

value public_oe property

public object value
return object