Provides the base requirements of an object that can access documentation for the types and members defined in an assembly.
Methods
GetDocumentation(ITypeDefinition)
Returns the IDocumentation
Parameter | Type | Description |
---|---|---|
typeDef | IType |
The IType |
Returns
- IDocumentation
Provider : The IDocumentation
Provider , if any, that is available for the specified ITypeDefinition .
GetDocumentation(ITypeMemberDefinition)
Returns the IDocumentation
Parameter | Type | Description |
---|---|---|
typeMemberDef | IType |
The IType |
Returns
- IDocumentation
Provider : The IDocumentation
Provider , if any, that is available for the specified ITypeMember .Definition