OnXmlDictionaryReaderClose 委托
定义
关闭读取器时回调方法的 delegate
。delegate
for a callback method when closing the reader.
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
触发 OnClose
事件的 XmlDictionaryReader。The XmlDictionaryReader that fires the OnClose
event.
- 继承
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。Gets an object that represents the method represented by the specified delegate. |