Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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:
Inheritance diagram for Loyc.ITags< T >:
Loyc.HashTags< ValueT > Loyc.Utilities.TagsInWList< ValueT >

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

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.