ImmutableDateMotionCollectionTValues Property |
Gets the list of values in the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<T> Values { get; }
Public ReadOnly Property Values As IList(Of T)
Get
public:
property IList<T>^ Values {
IList<T>^ get ();
}
member Values : IList<'T> with get
Property Value
Type:
IListTSee Also