OnXmlDictionaryReaderClose Delegado

Definición

delegate para un método de devolución de llamada al cerrar el lector.

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)

Parámetros

reader
XmlDictionaryReader

Un objeto XmlDictionaryReader que genera el evento OnClose.

Métodos de extensión

GetMethodInfo(Delegate)

Obtiene un objeto que representa el método representado por el delegado especificado.

Se aplica a