Table of Contents

Class Documentation

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

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

type Type

The type to print documentation for.