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
XmlDictionaryReader引發 OnClose
事件的 。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |