Click or drag to resize

CompoundValueT Properties

The CompoundValueT type exposes the following members.

Properties
  Name Description
Public property AllAssigned Gets a boolean value indicating if all of the composite values have been assigned a value.
Public property Count Gets the number of elements actually contained in the CollectionT.
(Inherited from CollectionNullableT)
Public property Item Gets or sets the element at the specified index.
(Inherited from CollectionNullableT)
Protected property Items Gets a IListT wrapper around the CollectionT.
(Inherited from CollectionNullableT)
Public property NoneAssigned Gets a boolean value indicating if none of the composite values have been assigned a value.
Top
See Also