PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics.​Custom/Formatting­String­Parser/Get­Next­Substring
Open sandboxFocus

Method GetNextSubstring

GetNextSubstring()

Gets the next substring (until the next parameter or the end of the string).

Declaration
public ArraySegment<char> GetNextSubstring()
Returns
Type Description
ArraySegment<Char>

The next substring.