LruCacheTK, T Constructor |
Namespace:
Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public LruCache(
int limit,
Func size = null
)
Public Sub New (
limit As Integer,
Optional size As Func = Nothing
)
public:
LruCache(
int limit,
Func^ size = nullptr
)
new :
limit : int *
?size : Func
(* Defaults:
let _size = defaultArg size null
*)
-> LruCache
Parameters
- limit
- Type: SystemInt32
- size (Optional)
- Type: SystemFuncT, TResult
See Also