Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
Loyc.IMValue< T > Interface Template Reference

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


Source file:
Inheritance diagram for Loyc.IMValue< T >:
Loyc.IValue< out T > Loyc.Collections.ArraySlice< T > Loyc.Holder< T > Loyc.IHasMutableValue< 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.IValue< out T >
Value [get]