public List<string> Operands { get; set; }
Public Property Operands As List(Of String) Get Set
public: property List<String^>^ Operands { List<String^>^ get (); void set (List<String^>^ value); }