Method GetWriters
GetWriters()
Returns a snapshot of the registered writers, in registration order.
public IReadOnlyList<IDocumentWriter> GetWriters()
Returns
- IReadOnlyList<IDocumentWriter>
A new array of the registered writers.
Returns a snapshot of the registered writers, in registration order.
public IReadOnlyList<IDocumentWriter> GetWriters()
A new array of the registered writers.