PageTypeBuilder.TypedPageData.PopuplateInstance C# (CSharp) Méthode

PopuplateInstance() static private méthode

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