TimeoutCache<Tkey,Tval>.Get(Tkey) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Tval Get(Tkey key);
public Tval Get (Tkey key);
member this.Get : 'key -> 'val
Public Function Get (key As Tkey) As Tval
Parameters
- key
- Tkey
Returns
- Tval