Public ReadOnly Property ODENames As List(Of String) Get
public List<string> ODENames { get; }
public: property List<String^>^ ODENames { List<String^>^ get (); }
function get_odeNames();