In C# I have a generic class:
public class MyGeneric where ParameterClass: MyGenericParameterClass, new() { public static int Varia
No, it is not shared.
Each MyGeneric class will resolve to a different runtime type, for each possibility of T.
MyGeneric
T
Please check that there is no non-generic MyGeneric class with the Variable static member.
Variable