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

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

공개 메소드들

메소드 설명
ContentBasedXmlDocumentationProvider ( byte xmlDocCommentBytes ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
GetXmlDocument ( ) : XmlDocument

비공개 메소드들

메소드 설명
EqualsHelper ( ContentBasedXmlDocumentationProvider other ) : bool

메소드 상세

ContentBasedXmlDocumentationProvider() 공개 메소드

public ContentBasedXmlDocumentationProvider ( byte xmlDocCommentBytes ) : System
xmlDocCommentBytes byte
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetXmlDocument() 보호된 메소드

protected GetXmlDocument ( ) : XmlDocument
리턴 System.Xml.XmlDocument