예제 #1
0
        public GenericFieldInfoWrapper(FieldInfo field, IntermediateBuilder context, GenericType type) : base(field, context)
        {
            _type = type;

            _fieldType = _type.InstantiateGenericType(field.FieldType, context);
        }