示例#1
0
            public static Model Read(SerializationCtx ctx, UnsafeReader reader)
            {
                var modelProperty = RdProperty <int> .Read(ctx, reader);

                return(new Model(modelProperty));
            }