C# Class PTK.Utils.HashCodeBuilder

Helps build a hashcode comprised of multiple fields.
Afficher le fichier Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( object field ) : HashCodeBuilder

Add a field to the hashcode.

GetHashCode ( ) : int
HashCodeBuilder ( object field ) : System

Method Details

Add() public méthode

Add a field to the hashcode.
public Add ( object field ) : HashCodeBuilder
field object
Résultat HashCodeBuilder

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HashCodeBuilder() public méthode

public HashCodeBuilder ( object field ) : System
field object The first field.
Résultat System