Search results for query: *

  1. R

    Question Deriving from a sealed class : Getting around the restriction ??

    I want to have a function that takes an argument that is specifically a MassInGrams value and maybe even returns a MassInGrams value. Something like: public MassInGrams MyMassManipulationFunction( MassInGrams theMassOfTheObject) { // ... } HOWEVER, that MassInGrams object should simply BE a...
Back
Top Bottom