Example #1
0
        public StructBuilderPartialType <Q, T> SetPartialType <Q>()
        {
            property.BinaryAttr = new BinaryAttribute(typeof(Q));

            var temp = StructBuilderPartialType <Q, T> .GetStruct(this, currentBuilder.CurrentStorage);

            property.CurrentBuilder = temp;
            return(temp);
        }
Example #2
0
 public StructBuilderPartialTypeProperty(StructBuilder <T> builder, PropertyInfo prop, StructBuilderPartialType <T, PrevT> pType) : base(builder, prop)
 {
     prevType = pType;
 }