/ Published in: C#
URL: http://msdn2.microsoft.com/en-us/library/9h8dy30z(VS.80).aspx
Expand |
Embed | Plain Text
// compile with: /doc:DocFileName.xml /// <include file='xml_include_tag.doc' path='MyDocs/MyMembers[@name="test"]/*' /> class Test { static void Main() { } } /// <include file='xml_include_tag.doc' path='MyDocs/MyMembers[@name="test2"]/*' /> class Test2 { public void Test() { } }
You need to login to post a comment.
