OnXmlDictionaryReaderClose Delegat

Definicja

delegate dla metody wywołania zwrotnego podczas zamykania czytnika.

public delegate void OnXmlDictionaryReaderClose(XmlDictionaryReader ^ reader);
public delegate void OnXmlDictionaryReaderClose(XmlDictionaryReader reader);
type OnXmlDictionaryReaderClose = delegate of XmlDictionaryReader -> unit
Public Delegate Sub OnXmlDictionaryReaderClose(reader As XmlDictionaryReader)

Parametry

reader
XmlDictionaryReader

To XmlDictionaryReader uruchamia OnClose zdarzenie.

Metody rozszerzania

Nazwa Opis
GetMethodInfo(Delegate)

Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata.

Dotyczy