C# 클래스 UniversalMarkdown.Parse.MarkdownBlock

상속: UniversalMarkdown.Parse.MarkdownElement
파일 보기 프로젝트 열기: QuinnDamerell/UniversalMarkdown 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MarkdownBlock

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object.

GetHashCode ( ) : int

Serves as the default hash function.

비공개 메소드들

메소드 설명
MarkdownBlock ( MarkdownBlockType type )

Default constructor for this class.

메소드 상세

Equals() 공개 메소드

Determines whether the specified object is equal to the current object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
리턴 bool

GetHashCode() 공개 메소드

Serves as the default hash function.
public GetHashCode ( ) : int
리턴 int