Click or drag to resize

ILanguageSpecificMetaDataEntries Property

Gets all the entries the collection holds

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<KeyValuePair<CultureInfo, string>> Entries { get; }

Property Value

Type: IEnumerableKeyValuePairCultureInfo, String
See Also