UserSegmentCollection members
The UserSegmentCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | ||
IsReadOnly | Gets a value indicating whether the collection is read-only. | |
Item[Guid] | Gets a best bet by its Id. | |
Item[String] | Gets a best bet by its Url. |
Top
Methods
Name | Description | |
---|---|---|
Contains(Guid) | Determines whether the collection contains given best bet Id. | |
Contains(String) | Determines whether the collection contains given best bet Url. | |
CreateUserSegment | Adds a best bet to the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | ||
MemberwiseClone | (Inherited from Object.) | |
RemoveUserSegment | ||
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top