C# Class MpcLib.MpcProtocols.Dkms.MpcKey

Inheritance: DkmsKey
Exibir arquivo Open project: mahdiz/mpclib Class Usage Examples

Public Properties

Property Type Description
AnchorId int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MpcKey ( int gateId, int anchorId )
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

MpcKey() public method

public MpcKey ( int gateId, int anchorId )
gateId int
anchorId int

ToString() public method

public ToString ( ) : string
return string

Property Details

AnchorId public_oe property

public int AnchorId
return int