C# Класс TemplNET.TemplMatchSection

Represents a section, located by matching a placeholder string in the scope of this section's paragraph
Наследование: TemplMatchPara
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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