Click or drag to resize
AtomCache Constructor (IDictionaryString, Int32, Int32)
Initializes a new instance of the AtomCache class

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AtomCache(
	IDictionary<string, int> mapImpl,
	int cacheSize
)

Parameters

mapImpl
Type: System.Collections.GenericIDictionaryString, Int32

[Missing <param name="mapImpl"/> documentation for "M:DXMLBase.AtomCache.#ctor(System.Collections.Generic.IDictionary{System.String,System.Int32},System.Int32)"]

cacheSize
Type: SystemInt32

[Missing <param name="cacheSize"/> documentation for "M:DXMLBase.AtomCache.#ctor(System.Collections.Generic.IDictionary{System.String,System.Int32},System.Int32)"]

See Also