c# - dot net core System.Xml.XMLNode not found -


what equavalent code in dot net core :

type[] typearray1 = new type[] { typeof(xmlnode), typeof(string) }; 

xmlnode not found in system.xml assembly.

i have solved problem. i've added system.xml.xmldocument nuget manager , works.

for more detail see this.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -