TokenCollection Constructor
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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.