System.Xml.Xsl.XmlQueryCardinality.GetHashCode C# (CSharp) Method

GetHashCode() public method

Return hash code of this instance.
public GetHashCode ( ) : int
return int
        public override int GetHashCode() {
            return value;
        }
        #endregion