C# Class System.Resources.ResourceReader.ResourceCacheItem

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
ResourceName string
ResourceValue object

Méthodes publiques

Méthode Description
ResourceCacheItem ( string name, object value ) : System.Collections

Method Details

ResourceCacheItem() public méthode

public ResourceCacheItem ( string name, object value ) : System.Collections
name string
value object
Résultat System.Collections

Property Details

ResourceName public_oe property

public string ResourceName
Résultat string

ResourceValue public_oe property

public object ResourceValue
Résultat object