C# 클래스 Brunet.Symphony.TargetSelectorTester

파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_addr_list Address[]
_idx int

공개 메소드들

메소드 설명
TargetSelectorTester ( ) : System.Collections

보호된 메소드들

메소드 설명
TargetSelectorCallback ( Address start, SortedList score_table, Address current ) : void

비공개 메소드들

메소드 설명
Test ( ) : void

메소드 상세

TargetSelectorCallback() 보호된 메소드

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

TargetSelectorTester() 공개 메소드

public TargetSelectorTester ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

_addr_list 보호되어 있는 프로퍼티

protected Address[] _addr_list
리턴 Address[]

_idx 보호되어 있는 프로퍼티

protected int _idx
리턴 int