| Clone | Returns a new instance of this context type with the same values. |
| GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable) |
| SafeCastT | Casts the context to an enumerable list of type T safely. If the cast is not valid, null is returned. |
| UniqueValues | Returns a new instance of this context type with duplicate values removed. |