OnXmlDictionaryReaderClose 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
关闭读取器时回调方法的 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
触发 OnClose
事件的 XmlDictionaryReader。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |