Click or drag to resize

StiLexerReplaceWithNotEqualPrefix Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithNotEqualPrefix(Stimulsoft.Base.StiTokenType,System.String,System.String)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public void ReplaceWithNotEqualPrefix(
	StiTokenType prefix,
	string oldValue,
	string newValue
)

Parameters

prefix
Type: Stimulsoft.BaseStiTokenType

[Missing <param name="prefix"/> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithNotEqualPrefix(Stimulsoft.Base.StiTokenType,System.String,System.String)"]

oldValue
Type: SystemString

[Missing <param name="oldValue"/> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithNotEqualPrefix(Stimulsoft.Base.StiTokenType,System.String,System.String)"]

newValue
Type: SystemString

[Missing <param name="newValue"/> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithNotEqualPrefix(Stimulsoft.Base.StiTokenType,System.String,System.String)"]

See Also