TokenCollection Constructor
Constructor
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TokenCollection(
string filename
)
Public Sub New (
filename As String
)
public:
TokenCollection(
String^ filename
)
new :
filename : string -> TokenCollection
Parameters
- filename String
- The token file associated with the collection.
Tokens are not loaded until the
Load method
is called.