| Token Constructor (String, String) |
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public Token(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
public:
Token(
String^ name,
String^ value
)
new :
name : string *
value : string -> Token
Parameters
- name
- Type: SystemString
The token name - value
- Type: SystemString
The token value
See Also