C# 클래스 TemplNET.TemplMatchSection

Represents a section, located by matching a placeholder string in the scope of this section's paragraph
상속: TemplMatchPara
파일 보기 프로젝트 열기: CPonty/templ-dot-net

공개 프로퍼티들

프로퍼티 타입 설명
Section Novacode.Section

공개 메소드들

메소드 설명
Find ( TemplRegex rxp, IEnumerable
sections, uint maxPerSection = TemplConst.MaxMatchesPerScope ) : IEnumerable
Find ( TemplRegex rxp, Novacode.Section sec ) : IEnumerable
Remove ( ) : void

Removes the placeholder, plus all *contents* of the section.

메소드 상세

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, IEnumerable
sections, uint maxPerSection = TemplConst.MaxMatchesPerScope ) : IEnumerable
rxp TemplRegex
sections IEnumerable
maxPerSection uint
리턴 IEnumerable

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, Novacode.Section sec ) : IEnumerable
rxp TemplRegex
sec Novacode.Section
리턴 IEnumerable

Remove() 공개 메소드

Removes the placeholder, plus all *contents* of the section.
public Remove ( ) : void
리턴 void

프로퍼티 상세

Section 공개적으로 프로퍼티

public Section,Novacode Section
리턴 Novacode.Section