BooleanContext Properties

Properties

ContextType The type of value this context contains.
(Overrides ExpansionContextTContextType)
Count Gets the number of elements contained in the list.
(Inherited from ExpansionContextT)
DataType The datatype of the values in this context.
(Overrides TypedValueContextDataType)
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.
(Inherited from TypedValueContext)
Type The type of item this list contains.
(Inherited from ExpansionContextT)

See Also