C# 클래스 Projbook.Core.Model.Section

Represents a documentation section.
파일 보기 프로젝트 열기: defrancea/Projbook 1 사용 예제들

공개 메소드들

메소드 설명
Section ( string id, int level, string title, string content ) : EnsureThat

Initializes a new instance of Page.

메소드 상세

Section() 공개 메소드

Initializes a new instance of Page.
public Section ( string id, int level, string title, string content ) : EnsureThat
id string Initializes the required .
level int Initializes the required .
title string Initializes the required .
content string Initializes the required .
리턴 EnsureThat