PageTypeBuilder.TypedPageData.PopuplateInstance C# (CSharp) Method

PopuplateInstance() static private method

static private PopuplateInstance ( System.PageData source, TypedPageData destination ) : void
source System.PageData
destination TypedPageData
return void
        internal static void PopuplateInstance(PageData source, TypedPageData destination)
        {
            destination.ShallowCopy(source);
        }