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

DocumentationComment with C# cref lookup.
Inheritance: ICSharpCode.NRefactory.Documentation.DocumentationComment
ファイルを表示 Open project: 0xd4d/NRefactory

Public Methods

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

Method Details

CSharpDocumentationComment() public method

public CSharpDocumentationComment ( ITextSource xmlDoc, ITypeResolveContext context ) : ICSharpCode.NRefactory.CSharp.Resolver
xmlDoc ITextSource
context ITypeResolveContext
return ICSharpCode.NRefactory.CSharp.Resolver

ResolveCref() public method

public ResolveCref ( string cref ) : IEntity
cref string
return IEntity