Cache<S, T> Constructor
Public Sub New( _
ByVal creator As Func(Of S, T) _
)
This language is not supported or no code example is available.
public Cache(
Func<S, T> creator
)
This language is not supported or no code example is available.
public:
Cache(
Func<S^, T^>^ creator
)
This language is not supported or no code example is available.
Parameters
- creator
- Func<S, T>