Namespace MCM.Common
Classes
- PropertyRef
Wraps a class property for MCM to get/set its value
- ProxyRef<T>
A broader wrapper. Uses functions for getting/setting the value
- RefWrapper
Wrapper around any type that implements IRef. We don't use casting because it might not be safe.
Structs
Interfaces
- IRef
An interface that provides access to some value for MCM to get/set.