You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes a dictionary out of the given object properties.
Usage
usingDictionaryLibrary;// dict.Keys are the property names and dict.Values are their corresponding valuesIDictionary<string,object>dict=DictionaryMaker.Make(someObject);