C# Класс UniversalMarkdown.Parse.MarkdownBlock

Наследование: UniversalMarkdown.Parse.MarkdownElement
Показать файл Открыть проект Примеры использования класса

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