| ReactionDynamicsToList Method |
Returns a list representation of the current object.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public IList<KeyValuePair<DateTime, int>> ToList()
Public Function ToList As IList(Of KeyValuePair(Of DateTime, Integer))
Return Value
Type:
IListKeyValuePairDateTime,
Int32A list representation of the current object.
Remarks List elements are sorted by keys.
See Also