OnXmlDictionaryReaderClose.cs 105 B

12345
  1. namespace System.Xml
  2. {
  3. public delegate void OnXmlDictionaryReaderClose (XmlDictionaryReader reader);
  4. }