コード例 #1
0
 public void LinkNestedLinkedSourceById(
     object linkedSource,
     Linker linker,
     Type referenceTypeToBeLinked,
     LoadLinkProtocol loadLinkProtocol
     )
 {
     SetLinkTargetValues(
         linkedSource,
         link => _includeSet.GetIncludeWithCreateNestedLinkedSourceByIdForReferenceType(link, referenceTypeToBeLinked),
         (link, include, linkIndex) =>
         include.CreateNestedLinkedSourceById(
             link,
             linker,
             (TLinkedSource)linkedSource,
             linkIndex,
             loadLinkProtocol
             )
         );
 }