C# Class Brunet.Symphony.TargetSelectorTester

Datei anzeigen Open project: pstjuste/brunet

Protected Properties

Property Type Description
_addr_list Address[]
_idx int

Public Methods

Method Description
TargetSelectorTester ( ) : System.Collections

Protected Methods

Method Description
TargetSelectorCallback ( Address start, SortedList score_table, Address current ) : void

Private Methods

Method Description
Test ( ) : void

Method Details

TargetSelectorCallback() protected method

protected TargetSelectorCallback ( Address start, SortedList score_table, Address current ) : void
start Address
score_table System.Collections.SortedList
current Address
return void

TargetSelectorTester() public method

public TargetSelectorTester ( ) : System.Collections
return System.Collections

Property Details

_addr_list protected_oe property

protected Address[] _addr_list
return Address[]

_idx protected_oe property

protected int _idx
return int