HugoFrontMatterSyntaxNode.Find

Find(params string[])

Définit l’interface pour trouver BaseSyntaxNode

public ChildFrontMatterSyntaxNode Find(params string[] path)
ParamètreTaperLa description
pathString[]Le chemin de la chaîne.

Return_Value

Le nœud de syntaxe de base.

Voir également


Find<T>(params string[])

Définit l’interface pour trouver T

public abstract T Find<T>(params string[] path)
    where T : ChildFrontMatterSyntaxNode
ParamètreLa description
TLe type T.
pathLe chemin de la chaîne.

Return_Value

L’objet T.

Voir également