G
Guest
I cannot get the intellisense hints to work on my class constructors. Would
you please tell me what I am doing wrong?
public class MyObject
{
//Constructors
/// <summary>
/// Used to create an empty MyObject.
/// Will use the default property values.
/// </summary>
public MyObject()
{
}
}
you please tell me what I am doing wrong?
public class MyObject
{
//Constructors
/// <summary>
/// Used to create an empty MyObject.
/// Will use the default property values.
/// </summary>
public MyObject()
{
}
}