C# Class WebApplications.Utilities.Caching.CachingDictionary.Wrapper

A wrapper struct used to prevent being placed in cache.
Mostra file Open project: webappsuk/CoreLibraries

Public Properties

Property Type Description
Value TValue

Public Methods

Method Description
Wrapper ( TValue value ) : System

Method Details

Wrapper() public method

public Wrapper ( TValue value ) : System
value TValue
return System

Property Details

Value public_oe property

public TValue Value
return TValue