Пример #1
0
 internal ConstantWithValue(T value, NativeType nt)
 {
     Value = value; Type = Compilation.Get(nt);
 }