Click or drag to resize

LocalizedDictionaryK, VAdd Method

Adds the item to the dictionaries. If englishkey or Localizedkey are null or empty then the item is only the primarykey will be used

Namespace:  ff14bot.Helpers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Add(
	K primaryKey,
	string englishKey,
	string localizedKey,
	V val
)

Parameters

primaryKey
Type: K
englishKey
Type: SystemString
localizedKey
Type: SystemString
val
Type: V
See Also