Declaration Syntax
C# | Visual Basic | Visual C++ |
public ArrayList Terms { get; set; }
Public Property Terms As ArrayList
public: property ArrayList^ Terms { ArrayList^ get (); void set (ArrayList^ value); }
C# | Visual Basic | Visual C++ |
public ArrayList Terms { get; set; }
Public Property Terms As ArrayList
public: property ArrayList^ Terms { ArrayList^ get (); void set (ArrayList^ value); }