TokenCollection Constructor

Constructor

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TokenCollection(
	string filename
)

Parameters

filename  String
The token file associated with the collection.

Remarks

Tokens are not loaded until the Load method is called.

See Also