Interface IDocumentationProvider
- Namespace
- ICSharpCode.Decompiler.Documentation
- Assembly
- ICSharpCode.Decompiler.dll
Provides XML documentation for type and member definitions in source code.
public interface IDocumentationProvider
Methods
GetDocumentation(IEntity)
Returns the XML documentation for the given entity
.
May return null, if no documentation is present for the entity.
string GetDocumentation(IEntity entity)
Parameters
entity
IEntity
Returns
Exceptions
- ArgumentNullException
entity
is null.