C# Class System.Resources.ResourceReader.ResourceCacheItem

Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
ResourceName string
ResourceValue object

Public Methods

Method Description
ResourceCacheItem ( string name, object value ) : System.Collections

Method Details

ResourceCacheItem() public method

public ResourceCacheItem ( string name, object value ) : System.Collections
name string
value object
return System.Collections

Property Details

ResourceName public property

public string ResourceName
return string

ResourceValue public property

public object ResourceValue
return object