public List<PlainLocalizationEntry>? Entries { get; set; }Public Property Entries As List(Of PlainLocalizationEntry)
Get
Setpublic:
property List<PlainLocalizationEntry^>^ Entries {
List<PlainLocalizationEntry^>^ get ();
void set (List<PlainLocalizationEntry^>^ value);
}member Entries : List<PlainLocalizationEntry> with get, set