Enhanced C#
Language of your choice: library documentation
Properties | List of all members
Loyc.ITags< T > Interface Template Reference

Interface for an object that can have "tags" attached, which are arbitrary objects reached through a key Symbol. More...


Source file:

Remarks

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...
 

Property Documentation

◆ Tags

IDictionary<Symbol, T> Loyc.ITags< T >.Tags
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.