C# Class Akka.Interfaced.SlimServer.TaggedType

Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TaggedType ( Type type, object tagValue = null ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TaggedType() public method

public TaggedType ( Type type, object tagValue = null ) : System
type System.Type
tagValue object
return System