Token Collection Constructor
Constructor
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TokenCollection(
string filename
)VB
Public Sub New (
filename As String
)C++
public:
TokenCollection(
String^ filename
)F#
new :
filename : string -> TokenCollectionParameters
- filename String
- The token file associated with the collection.
Remarks
Tokens are not loaded until the Load method
is called.