Method List
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
List(Action<IListComposer>)
Places an ordered or bulleted list.
void List(Action<IListComposer> compose)
Parameters
composeAction<IListComposer>Composes the list.
Exceptions
- ArgumentNullException
composeis null.