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

Interface for things that have a mutable Value property. More...


Source file:
Inheritance diagram for Loyc.IHasMutableValue< T >:
Loyc.IHasValue< T > Loyc.Holder< T > Loyc.Threading.ThreadLocalVariable< T >

Remarks

Interface for things that have a mutable Value property.

Properties

new T Value [get, set]
 
- Properties inherited from Loyc.IHasValue< T >
Value [get]