System.Xml.Serialization.ImportStructWorkItem.ImportStructWorkItem C# (CSharp) Method

ImportStructWorkItem() private method

private ImportStructWorkItem ( StructModel model, StructMapping mapping ) : System.Reflection
model StructModel
mapping StructMapping
return System.Reflection
        internal ImportStructWorkItem(StructModel model, StructMapping mapping)
        {
            _model = model;
            _mapping = mapping;
        }
ImportStructWorkItem