C# Class UniversalMarkdown.Parse.MarkdownBlock

Inheritance: UniversalMarkdown.Parse.MarkdownElement
ファイルを表示 Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Private Properties

Property Type Description
MarkdownBlock

Public Methods

Method Description
Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Serves as the default hash function.

Private Methods

Method Description
MarkdownBlock ( MarkdownBlockType type )

Default constructor for this class.

Method Details

Equals() public method

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.
return bool

GetHashCode() public method

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