[]
Insert a tag at last.
public void InsertTag(string text, object tag = null)
Type | Name | Description |
---|---|---|
string | text | |
object | tag |
Insert a tag in a specific position.
public void InsertTag(int index, string text, object tag = null)
Type | Name | Description |
---|---|---|
int | index | |
string | text | |
object | tag |