| ParserNextParam Property |
[This is preliminary documentation and is subject to change.]
Get next token and return tag name (before = sign) if any. See AutoIncrement.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string NextParam { get; }
Public ReadOnly Property NextParam As String
Get
public:
property String^ NextParam {
String^ get ();
}
member NextParam : string with get
function get_NextParam();
Property Value
Type:
StringSee Also