OnXmlDictionaryReaderClose.cs 124 B

1234567
  1. #if NET_2_0
  2. namespace System.Xml
  3. {
  4. public delegate void OnXmlDictionaryReaderClose (XmlDictionaryReader reader);
  5. }
  6. #endif