Package system.xml
Interface IOnXmlDictionaryReaderClose
-
public interface IOnXmlDictionaryReaderClose
The Java interface to be implemented to receive events from the CLR usingOnXmlDictionaryReaderClose
.See: https://docs.microsoft.com/en-us/dotnet/api/System.Xml.OnXmlDictionaryReaderClose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(XmlDictionaryReader reader)
-
-
-
Method Detail
-
Invoke
void Invoke(XmlDictionaryReader reader)
-
-