C
Chakravarthy Bollapalli \(IFIN SCC AI\)
Hi,
I have generated xml documenentation using command
c:\> csc /doc:test.xml test.cs
but I couldnt find any "member type" info in that.
for eg:
I have a "uint" type variable "address" in a class called "test" in namespace "test".
so the xml document says
<member name="F:test.test.address">
<summary>
blah blah
</summary>
</member>
but it no where says it a "uint" type.
now how do I get that information into this xml.
kalyan
I have generated xml documenentation using command
c:\> csc /doc:test.xml test.cs
but I couldnt find any "member type" info in that.
for eg:
I have a "uint" type variable "address" in a class called "test" in namespace "test".
so the xml document says
<member name="F:test.test.address">
<summary>
blah blah
</summary>
</member>
but it no where says it a "uint" type.
now how do I get that information into this xml.
kalyan