Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents collection of Term objects.
The TermCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. (Inherited from GenericCollection<T>.) |
![]() |
IsSynchronized | Geta a Boolean value that indicates whether the collection is synchronized. (Inherited from GenericCollection<T>.) |
![]() |
Item[Int32] | Gets an integer indexer for this collection. (Inherited from GenericCollection<T>.) |
![]() |
Item[Guid] | GUID indexer for this collection (Inherited from IndexedCollection<T>.) |
![]() |
Item[String] | Gets a string indexer for this collection. (Inherited from IndexedCollection<T>.) |
![]() |
PagingLimit | Gets the maximum number of items that can be contained in the current collection. |
![]() |
SyncRoot | Synchronizes the collection to the root. (Inherited from GenericCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CopyTo(Array, Int32) | Copies the internal collection to the specified array starting at the specified index. (Inherited from GenericCollection<T>.) |
![]() |
CopyTo([], Int32) | Copies the internal collection to the given array starting at the specified index. (Inherited from GenericCollection<T>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an generic enumerator that can iterate through the GenericCollection. (Inherited from GenericCollection<T>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MoveNext | Gets the next set of paged data in the collection. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns a generic enumerator that can iterate through the GenericCollection. (Inherited from GenericCollection<T>.) |
Top