Hi all
I have this structure ,
public struct struct_name{
public int len;
public bool tmp;
}
What is the right way to comment this structure?
Every way I try I get this warning:
Missing xml comment for publicly visible type or member ...
Thank you
Sharon
I have this structure ,
public struct struct_name{
public int len;
public bool tmp;
}
What is the right way to comment this structure?
Every way I try I get this warning:
Missing xml comment for publicly visible type or member ...
Thank you
Sharon
Comment