FormattingStringParser.GetNextSubstring Method |
Gets the next substring (until the next parameter or the end of the string).
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public ArraySegment<char> GetNextSubstring()
Return Value
Type: ArraySegment<Char>The next substring.