IList<string> Resources { get; set; }
Property Resources As IList(Of String) Get Set
property IList<String^>^ Resources { IList<String^>^ get (); void set (IList<String^>^ value); }