Spring.Transaction.Interceptor.RollbackRuleAttribute.GetHashCode C# (CSharp) Method

GetHashCode() public method

Override of System.Object.GetHashCode.
public GetHashCode ( ) : int
return int
		public override int GetHashCode()
		{
		    return base.GetHashCode();
		}