IExpansionContext Interface
A list of values as the input or output of placeholder level expansion.
ContextType
|
The type of expansion value this context contains.
|
Count
|
A string representation of the values contained.
|
Text
|
A string representation of the values contained.
|
Type
|
The type of item this list contains.
|
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.
|