PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomFormatting­String­ParserGet­Next­Parameter
Open sandboxFocus

FormattingStringParser.GetNextParameter Method

GetNextParameter()

Gets the next parameter name.

Declaration
public ArraySegment<char> GetNextParameter()
Returns
Type Description
ArraySegment<System.Char>

The name of the next parameter, or the default (null) value if there is no next parameter.