Inheritance: TargetGenericInstanceType, IMonoStructType
        public MonoGenericInstanceObject(MonoGenericInstanceType type,
						  MonoClassInfo info, TargetLocation location)
            : base(type, location)
        {
            this.type = type;
        }
 public MonoGenericInstanceObject(MonoGenericInstanceType type,
                                  MonoClassInfo info, TargetLocation location)
     : base(type, location)
 {
     this.type = type;
 }