example code in xml

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

In my class lib, i am trying to inclue an example of how to use my code.
I can get the summary, parameters, return values and remarks to show up but
i can't get the example?
 
with that example... it shows up as ...
Remarks:

This sample shows how to set the ID field. Dim alice As New Employee alice.ID = 1234

what I was thinking it should do is

Remarks: This sample shows how to set the ID field.

Dim alice as New Employee

alice.ID = 1234
 
Back
Top