C# Class System.Tools.ResGen.Entry

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Свойство Type Description
name string
value object

Méthodes publiques

Méthode Description
Entry ( string name, object value ) : System

Method Details

Entry() public méthode

public Entry ( string name, object value ) : System
name string
value object
Résultat System

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public object value
Résultat object