ColorExtrascolourCache Field |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static Dictionary<Tuple<int, int>, Dictionary<int, Color>> colourCache
Private Shared colourCache As Dictionary(Of Tuple(Of Integer, Integer), Dictionary(Of Integer, Color))
private:
static Dictionary<Tuple<int, int>^, Dictionary<int, Color>^>^ colourCache
static val mutable private colourCache: Dictionary<Tuple<int, int>, Dictionary<int, Color>>
Field Value
Type:
DictionaryTupleInt32,
Int32,
DictionaryInt32,
Color
See Also