C# Class TemplNET.TemplMatchSection

Represents a section, located by matching a placeholder string in the scope of this section's paragraph
Inheritance: TemplMatchPara
Afficher le fichier Open project: CPonty/templ-dot-net

Méthodes publiques

Свойство Type Description
Section Novacode.Section

Méthodes publiques

Méthode Description
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.

Method Details

Find() public static méthode

public static Find ( TemplRegex rxp, IEnumerable
sections, uint maxPerSection = TemplConst.MaxMatchesPerScope ) : IEnumerable
rxp TemplRegex
sections IEnumerable
maxPerSection uint
Résultat IEnumerable

Find() public static méthode

public static Find ( TemplRegex rxp, Novacode.Section sec ) : IEnumerable
rxp TemplRegex
sec Novacode.Section
Résultat IEnumerable

Remove() public méthode

Removes the placeholder, plus all *contents* of the section.
public Remove ( ) : void
Résultat void

Property Details

Section public_oe property

public Section,Novacode Section
Résultat Novacode.Section