Acme.Northwind.EFDAL.Entity.CategoryPrimaryKey.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Serves as a hash function for this particular type.
public GetHashCode ( ) : int
Résultat int
		public override int GetHashCode()
		{
			return base.GetHashCode();
		}