TypedValueContext Properties

Properties

ContextType The type of value this context contains.
(Inherited from ExpansionContextT)
Count Gets the number of elements contained in the list.
(Inherited from ExpansionContextT)
DataType The datatype of the values in this context.
IsReadOnly Indicates if the list can be modified, or is readonly.
(Inherited from ExpansionContextT)
Item Gets or sets the item at the specified index. Ignores null values.
(Inherited from ExpansionContextT)
List Internal list.
(Inherited from ExpansionContextT)
Text A string representation of the values contained.
(Overrides ExpansionContextTText)
Type The type of item this list contains.
(Inherited from ExpansionContextT)

See Also