System.Xml.Xsl.Runtime.XmlExtensionFunction.GetHashCode C# (CSharp) Method

GetHashCode() public method

Return this object's hash code, previously computed for performance.
public GetHashCode ( ) : int
return int
        public override int GetHashCode() {
            return this.hashCode;
        }