| ReactionDynamicsToDictionary Method |
Returns a dictionary representation of the current object.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public IDictionary<DateTime, int> ToDictionary()
Public Function ToDictionary As IDictionary(Of DateTime, Integer)
Return Value
Type:
IDictionaryDateTime,
Int32A dictionary representation of the current object.
Remarks Dictionary elements are sorted by keys.
See Also