FormattingStringParser.GetNextParameter Method |
Gets the next parameter name.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public ArraySegment<char> GetNextParameter()
Return Value
Type: ArraySegment<Char>The name of the next parameter, or the default (null) value if there is no next parameter.