| TokenCollection Constructor |
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TokenCollection(
string filename
)
Public Sub New (
filename As String
)
public:
TokenCollection(
String^ filename
)
new :
filename : string -> TokenCollection
Parameters
- filename
- Type: SystemString
The token file associated with the collection.
Remarks Tokens are not loaded until the
Load method
is called.
See Also