SectionWriter Delegate

Definition

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()

Applies to