TokenCollection Class
Definition
- Namespace
- Sandcastle.Core.ConceptualContent
- Assembly
- Sandcastle.Core.dll
This collection class is used to hold the conceptual content tokens for an associated token file.
public class TokenCollection : BindingList<Token>, IList<Token>, ICollection<Token>, IReadOnlyList<Token>, IReadOnlyCollection<Token>, IEnumerable<Token>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents
- Inheritance
-
TokenCollection
- Implements
Constructors
| TokenCollection(string) |
Constructor |
Properties
| AddingNew | (Inherited from BindingList<Token>) |
| AllowEdit | (Inherited from BindingList<Token>) |
| AllowNew | (Inherited from BindingList<Token>) |
| AllowRemove | (Inherited from BindingList<Token>) |
| Count | (Inherited from Collection<Token>) |
| IsSortedCore | (Inherited from BindingList<Token>) |
| Items | (Inherited from Collection<Token>) |
| ListChanged | (Inherited from BindingList<Token>) |
| RaiseListChangedEvents | (Inherited from BindingList<Token>) |
| SortDirectionCore | (Inherited from BindingList<Token>) |
| SortPropertyCore | (Inherited from BindingList<Token>) |
| SupportsChangeNotificationCore | (Inherited from BindingList<Token>) |
| SupportsSearchingCore | (Inherited from BindingList<Token>) |
| SupportsSortingCore | (Inherited from BindingList<Token>) |
| this[int] | (Inherited from Collection<Token>) |
| TokenFilePath |
This is used to get or set the token file path |