We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Retrieves a dictionary of all properties between the two dictionaries and, where values differ, introduces a prefixed key for the original value
public static System.Collections.Generic.Dictionary<string,object> GetDifference(this System.Collections.Generic.Dictionary<string,object> amendedProps, System.Collections.Generic.Dictionary<string,object> originalProps);
amendedProps System.Collections.Generic.Dictionary<System.String,System.Object>
amendedProps
originalProps System.Collections.Generic.Dictionary<System.String,System.Object>
originalProps
System.Collections.Generic.Dictionary<System.String,System.Object>