C# Class Brunet.Connections.Linker.LinkerTask

Afficher le fichier Open project: pstjuste/brunet

Protected Properties

Свойство Type Description
_ct ConnectionType
_local Address
_target Address
_task_diff string

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
LinkerTask ( Address local, Address target, string ct, string task_diff ) : NUnit.Framework

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LinkerTask() public méthode

public LinkerTask ( Address local, Address target, string ct, string task_diff ) : NUnit.Framework
local Address
target Address
ct string
task_diff string
Résultat NUnit.Framework

Property Details

_ct protected_oe property

protected ConnectionType _ct
Résultat ConnectionType

_local protected_oe property

protected Address _local
Résultat Address

_target protected_oe property

protected Address _target
Résultat Address

_task_diff protected_oe property

protected string _task_diff
Résultat string