ListLevelCollection Class |
Docentric Toolkit Help
Send Feedback |
Represents a buletted or numbered list level.
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
System.Collections.ObjectModel.ReadOnlyObservableCollection<T>
Docentric.Documents.ObjectModel.ListLevelCollection
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The ListLevelCollection type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection<T> instance. (Inherited from ReadOnlyCollection<T>) | |
Item | Gets the list level that corresponds to the specified depth. | |
Item | Gets the element at the specified index. (Inherited from ReadOnlyCollection<T>) |
Name | Description | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection<T>. (Inherited from ReadOnlyCollection<T>) | |
CopyTo | (Inherited from ReadOnlyCollection<T>) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection<T>. (Inherited from ReadOnlyCollection<T>) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection<T>. (Inherited from ReadOnlyCollection<T>) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |