C# Class Wox.Infrastructure.Image.ImageCache

Exibir arquivo Open project: Wox-launcher/Wox Class Usage Examples

Public Properties

Property Type Description
Usage int>.ConcurrentDictionary

Public Methods

Method Description
Cleanup ( ) : void
ContainsKey ( string key ) : bool
this ( string path ) : System.Windows.Media.ImageSource

Method Details

Cleanup() public method

public Cleanup ( ) : void
return void

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

this() public method

public this ( string path ) : System.Windows.Media.ImageSource
path string
return System.Windows.Media.ImageSource

Property Details

Usage public_oe property

public ConcurrentDictionary Usage
return int>.ConcurrentDictionary