PageTypeBuilder.TypedPageData.PopuplateInstance C# (CSharp) 메소드

PopuplateInstance() 정적인 개인적인 메소드

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