Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 702 Bytes

File metadata and controls

21 lines (15 loc) · 702 Bytes

ObjectExtensions.SetCustomProperty<T> method

WARNING: PROTOTYPE. Do not use until this notice is removed since memory impact has not been verified yet. Stores a custom property attached to the source object The dictionary storing data will be garbage collected once the object is not used anymore, preventing memory leaks

public static void SetCustomProperty<T>(this object src, string key, T value)
parameter description
T
src
key
value

See Also