 
            | Add(Int32) | Adds a raw value to the context (wraps it in a typedValue). (Inherited from ValueListItemContext) | 
| Add(TypedValue) | Adds a TypedValue to the context. (Inherited from ValueListItemContext) | 
| AddRange(NullableInt32) | (Inherited from ValueListItemContext) | 
| AddRange(TypedValue) | (Inherited from ValueListItemContext) | 
| AssertValidItem | Ensures an item is valid before it is added to the list.
            Delegated to by the IList methods that add a value to the list. (Inherited from TypedValueContext) | 
| Clear | Removes all items from the list. (Inherited from ExpansionContextT) | 
| Clone | Returns a new instance of this context type with the same values. (Inherited from ValueListItemContext) | 
| Contains | Determines whether the item is present in the list. (Inherited from ExpansionContextT) | 
| CopyTo | Copies the elements of the list to an Array, starting at a particular Array index. (Inherited from ExpansionContextT) | 
| GetEnumerator | Returns an enumerator that iterates through each item of the list. (Inherited from ExpansionContextT) | 
| IndexOf | Determines the index of a specific item. (Inherited from ExpansionContextT) | 
| Insert | Inserts an item at the specified index.
            Ignores null values. (Inherited from ExpansionContextT) | 
| Remove | Removes an item from the list. (Inherited from ExpansionContextT) | 
| RemoveAt | Removes the item at the specified index. (Inherited from ExpansionContextT) | 
| SafeCastT2 | Casts the context to an enumerable list of type T safely.
            If the cast is not valid, null is returned. (Inherited from ValueListItemContext) | 
| UniqueValues | Returns a new instance of this context type with duplicate values removed. (Inherited from ValueListItemContext) |