C# 클래스 PTK.Utils.HashCodeBuilder

Helps build a hashcode comprised of multiple fields.
파일 보기 프로젝트 열기: prom3theu5/iNGEN-Ark-RCON-Desktop

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( object field ) : HashCodeBuilder

Add a field to the hashcode.

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

메소드 상세

Add() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HashCodeBuilder() 공개 메소드

public HashCodeBuilder ( object field ) : System
field object The first field.
리턴 System