Abstract method must be overridden in derived classes.
instance.GetValue()
Gets the the value of the derived type or value of var containing value.
args*
one or more args that may be implemented in derived classes
Throws MfNotImplementedException if not implemented in derived class.
MfChar.GetValue, MfFloat.GetValue, MfInteger.GetValue, MfString.GetValue