Glass.Mapper.Sc.Configuration.SitecoreParentConfiguration.Copy C# (CSharp) Method

Copy() protected method

protected Copy ( AbstractPropertyConfiguration copy ) : void
copy Glass.Mapper.Configuration.AbstractPropertyConfiguration
return void
        protected override void Copy(AbstractPropertyConfiguration copy)
        {
            var config = copy as SitecoreParentConfiguration;

            base.Copy(copy);
        }
    }
SitecoreParentConfiguration