UserSegmentTermCollection members
The UserSegmentTermCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the Collection | |
IsReadOnly | Gets a value indicating whether the collection is read-only. | |
Item | Gets an item by its position in the collection. Position is zero-based. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an item to the collection | |
Clear | Removes all items from the collection. | |
Contains | Determines whether the collection contains given user segment term. | |
CopyTo | Copies the item to an array, starting at a particular array index | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determines the position of the item in the collection. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the item from the collection | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top