Class Documentation
Provides functionality for extracting XML documentation for types and members.
public static class Documentation
- Inheritance
-
Documentation
- Inherited Members
Methods
help(Type)
Prints the documentation for a type and its members in human-readable form.
public static void help(Type type)
Parameters
typeTypeThe type to print documentation for.