ILanguageSpecificMetaDataRemove Method
|
Removes the string of specific locale from the collection
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax bool Remove(
CultureInfo locale
)
Function Remove (
locale As CultureInfo
) As Boolean
bool Remove(
CultureInfo^ locale
)
abstract Remove :
locale : CultureInfo -> bool
Parameters
- locale
- Type: System.GlobalizationCultureInfo
The locale of the entry to remove
Return Value
Type:
BooleanTrue if value with given locale exists, false otherwise
See Also