HugoYamlBasedFrontMatterSyntaxNode.Find

HugoYamlBasedFrontMatterSyntaxNode.Find<T> method

Définit l’interface pour trouver T par la chaîne Path

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

Return_Value

Le type T.

Exceptions

exceptioncondition
ArgumentExceptionLancer l’argument ArgumentException

Voir également