Summary
Creates a new
InspectorGadgets.Editor.ConversionCache`2 which uses the specified delegate to convert values.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Containing Type
- ConversionCache
<TKey, TValue>
Syntax
public ConversionCache(Func<TKey, TValue> converter)
Parameters
Return Value
| Type | Description |
|---|---|
| void |