Method Stitch
Stitch(Func<SectionDefinitionID, SectionDefinition>)
Stitches this section with the corresponding section definition.
public void Stitch(Func<SectionDefinitionID, SectionDefinition> sectionDefinitionProvider)
Parameters
sectionDefinitionProvider
Func<SectionDefinitionID, SectionDefinition>A section definition provider.
Remarks
This method call will also stitch all field values of the corresponding field descriptors.