GetNextParameter()
Gets the next parameter name.
Declaration
public ArraySegment<char> GetNextParameter()Returns
| Type | Description |
|---|---|
| ArraySegment<char> | The name of the next parameter, or the default (null) value if there is no next parameter. |
Gets the next parameter name.
public ArraySegment<char> GetNextParameter()| Type | Description |
|---|---|
| ArraySegment<char> | The name of the next parameter, or the default (null) value if there is no next parameter. |