Like in C# we define the Summary of any Method or Property this way
/// <summary>
/// Get the Person Name.
/// </summary>
public string PersonName
{
...
...
}
How do we do the same in VB.Net ?
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |