HugoShortCodeSyntaxNode.GetParameter

HugoShortCodeSyntaxNode.GetParameter method

Defines the GetParameter

public ShortCodeParameterSyntaxNode GetParameter(int index)
ParameterTypeDescription
indexInt32The index.

Return Value

The ShortCodeParameterSyntax.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThrow the ArgumentOutOfRangeException.

See Also