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 public List<V> Values { get; }
Return Value
Type:
ListVA
DictionaryTKey, TValueValueCollection containing the values in the
DictionaryTKey, TValue.
See Also