TokenCollection Constructor

Constructor

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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