namespace System { [AlwaysInclude] struct MethodReference { T mVal; private this(T val) { mVal = val; } } }