Enhanced C#
Language of your choice: library documentation
|
Interface for an object that can have "tags" attached, which are arbitrary objects reached through a key Symbol. More...
Interface for an object that can have "tags" attached, which are arbitrary objects reached through a key Symbol.
Properties | |
IDictionary< Symbol, T > | Tags [get] |
Returns a dictionary that can be used to store additional state beyond the standard content of the object. More... | |
|
get |
Returns a dictionary that can be used to store additional state beyond the standard content of the object.
Is is possible that Tags==this to reduce overhead.