| RecroDictAddOrReplaceAsync Method |
Add or replace.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax public static Task AddOrReplaceAsync(
string scope,
string stringId,
string str,
string language
)
Parameters
- scope
- Type: SystemString
The scope. - stringId
- Type: SystemString
The stringId. - str
- Type: SystemString
The string. - language
- Type: SystemString
The language.
Return Value
Type:
Task[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroDict.AddOrReplaceAsync(System.String,System.String,System.String,System.String)"]
Remarks
A szótár elem az alapértelmezett és aktuális nyelvhez.
See Also