XNamespace.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a hash code for this XNamespace.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
This method serves as a hash function for XNamespace. You can use GetHashCode in hashing algorithms and data structures like a hash table.
Show: