Click or drag to resize

LocalizedDictionaryK, VValues Property

Gets a collection containing the values in the DictionaryTKey, TValue.

Namespace:  ff14bot.Helpers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public List<V> Values { get; }

Return Value

Type: ListV
A DictionaryTKey, TValueValueCollection containing the values in the DictionaryTKey, TValue.
See Also