OnXmlDictionaryReaderClose 委托

定义

delegate 在关闭读取器时用于回调方法。

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)

参数

reader
XmlDictionaryReader

触发XmlDictionaryReaderOnClose事件。

扩展方法

名称 说明
GetMethodInfo(Delegate)

获取一个对象,该对象表示由指定委托表示的方法。

适用于