C# Class ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpDocumentationComment

DocumentationComment with C# cref lookup.
Inheritance: ICSharpCode.NRefactory.Documentation.DocumentationComment
Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

Méthode Description
CSharpDocumentationComment ( ITextSource xmlDoc, ITypeResolveContext context ) : ICSharpCode.NRefactory.CSharp.Resolver
ResolveCref ( string cref ) : IEntity

Method Details

CSharpDocumentationComment() public méthode

public CSharpDocumentationComment ( ITextSource xmlDoc, ITypeResolveContext context ) : ICSharpCode.NRefactory.CSharp.Resolver
xmlDoc ITextSource
context ITypeResolveContext
Résultat ICSharpCode.NRefactory.CSharp.Resolver

ResolveCref() public méthode

public ResolveCref ( string cref ) : IEntity
cref string
Résultat IEntity