How many occurrences of the word are in the body.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual int InBody { get; set; }
Public Overridable Property InBody As Integer
public: virtual property int InBody { int get (); void set (int value); }