ILanguageSpecificMetaDataEntries Property
|
Gets all the entries the collection holds
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax IEnumerable<KeyValuePair<CultureInfo, string>> Entries { get; }
ReadOnly Property Entries As IEnumerable(Of KeyValuePair(Of CultureInfo, String))
Get
property IEnumerable<KeyValuePair<CultureInfo^, String^>>^ Entries {
IEnumerable<KeyValuePair<CultureInfo^, String^>>^ get ();
}
abstract Entries : IEnumerable<KeyValuePair<CultureInfo, string>> with get
Property Value
Type:
IEnumerableKeyValuePairCultureInfo,
StringSee Also