>>Can someone point me to some documentation on the tags, and what the "///" comment string does?<< The documentation is in the C# compiler topics, under "XML Documentation Comments". The "///" tells the C# compiler to treat that line as a documentation comment line. Chris