C# 클래스 Microsoft.CodeAnalysis.XmlDocumentationProvider.FileBasedXmlDocumentationProvider

상속: XmlDocumentationProvider
파일 보기 프로젝트 열기: Runt-Editor/Runt

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FileBasedXmlDocumentationProvider ( string filePath ) : System
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
GetXmlDocument ( ) : XmlDocument

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FileBasedXmlDocumentationProvider() 공개 메소드

public FileBasedXmlDocumentationProvider ( string filePath ) : System
filePath string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetXmlDocument() 보호된 메소드

protected GetXmlDocument ( ) : XmlDocument
리턴 XmlDocument