IDateMotionCollection<T, TDerivative>.Values Property |
Gets the list of values in the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxReadOnly Property Values As IList(Of T)
Get
property IList<T>^ Values {
IList<T>^ get ();
}
abstract Values : IList<'T> with get
Property Value
Type:
IList<T>
See Also