Class DocumentProcessorCollection
- Namespace
- NSwag.Generation.Processors.Collections
- Assembly
- NSwag.Generation.dll
A collection of docment processors.
public class DocumentProcessorCollection : Collection<IDocumentProcessor>, IList<IDocumentProcessor>, ICollection<IDocumentProcessor>, IList, ICollection, IReadOnlyList<IDocumentProcessor>, IReadOnlyCollection<IDocumentProcessor>, IEnumerable<IDocumentProcessor>, IEnumerable
- Inheritance
-
DocumentProcessorCollection
- Implements
- Inherited Members
Constructors
DocumentProcessorCollection()
public DocumentProcessorCollection()
Methods
TryGet<T>()
Gets an operation processor of the specified type.
public T TryGet<T>()
Returns
- T
The operation processor.
Type Parameters
T
The operation processor type.