C# Class PTK.Utils.HashCodeBuilder

Helps build a hashcode comprised of multiple fields.
ファイルを表示 Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Private Properties

Property Type Description

Public Methods

Method Description
Add ( object field ) : HashCodeBuilder

Add a field to the hashcode.

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

Method Details

Add() public method

Add a field to the hashcode.
public Add ( object field ) : HashCodeBuilder
field object
return HashCodeBuilder

GetHashCode() public method

public GetHashCode ( ) : int
return int

HashCodeBuilder() public method

public HashCodeBuilder ( object field ) : System
field object The first field.
return System