Example #1
0
 public InterFieldWrapper(InterField field)
 {
     _field = field;
 }
Example #2
0
        public GenericInterFieldWrapper(InterField field, InterGenericType type) : base(field)
        {
            _type = type;

            _fieldType = _type.InstantiateGenericType(field.Type);
        }
Example #3
0
 public void AddField(InterField field)
 => Fields = Fields.Add(field);