SectionWriter Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a delegate that represents one or more methods that are called when a content section is written.
public delegate void SectionWriter();
type SectionWriter = delegate of unit -> unit
Public Delegate Sub SectionWriter()