Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual int EndPosition { get; set; }
Public Overridable Property EndPosition As Integer
public: virtual property int EndPosition { int get (); void set (int value); }
C# | Visual Basic | Visual C++ |
public virtual int EndPosition { get; set; }
Public Overridable Property EndPosition As Integer
public: virtual property int EndPosition { int get (); void set (int value); }