Dev2.LocalizationRequiredAttribute.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns the hash code for this instance.
public GetHashCode ( ) : int
return int
    public override int GetHashCode()
    {
      return base.GetHashCode();
    }
  }