C# 클래스 igloo15.MarkdownApi.Core.MarkdownItems.MarkdownEnum

Markdown Enum is a type that is a Enum
상속: igloo15.MarkdownApi.Core.MarkdownItems.AbstractType
파일 보기 프로젝트 열기: igloo15/MarkdownGenerator

공개 메소드들

메소드 설명
BuildPage ( ITheme theme ) : string

Create a page for this markdown item or "" if no page is created

비공개 메소드들

메소드 설명
MarkdownEnum ( ) : igloo15.MarkdownApi.Core.Builders

메소드 상세

BuildPage() 공개 메소드

Create a page for this markdown item or "" if no page is created
public BuildPage ( ITheme theme ) : string
theme ITheme The theme to be used to in building the page
리턴 string