C# Class NSoft.NFramework.DataServices.Messages.Hasher

Hash 값을 계산하는 Tool 입니다.
Show file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
Compute ( ) : int
Compute ( IEnumerable objs ) : int
Compute ( object obj ) : int
Compute ( object obj1, object obj2 ) : int
Compute ( object obj1, object obj2, object obj3 ) : int

Method Details

Compute() public static method

public static Compute ( ) : int
return int

Compute() public static method

public static Compute ( IEnumerable objs ) : int
objs IEnumerable
return int

Compute() public static method

public static Compute ( object obj ) : int
obj object
return int

Compute() public static method

public static Compute ( object obj1, object obj2 ) : int
obj1 object
obj2 object
return int

Compute() public static method

public static Compute ( object obj1, object obj2, object obj3 ) : int
obj1 object
obj2 object
obj3 object
return int