C# Class XLibrary.Threadline

Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Свойство Type Description
Deepest int
DepthSet SortedSet
FixedDepths int[]
IsAlive bool
Name string
NodeDepths XLibrary.ThreadlineNode[]
Order int
Sequence List
ThreadID int

Méthodes publiques

Méthode Description
Threadline ( ThreadFlow flow, int order ) : System

Method Details

Threadline() public méthode

public Threadline ( ThreadFlow flow, int order ) : System
flow ThreadFlow
order int
Résultat System

Property Details

Deepest public_oe property

public int Deepest
Résultat int

DepthSet public_oe property

public SortedSet DepthSet
Résultat SortedSet

FixedDepths public_oe property

public int[] FixedDepths
Résultat int[]

IsAlive public_oe property

public bool IsAlive
Résultat bool

Name public_oe property

public string Name
Résultat string

NodeDepths public_oe property

public ThreadlineNode[],XLibrary NodeDepths
Résultat XLibrary.ThreadlineNode[]

Order public_oe property

public int Order
Résultat int

Sequence public_oe property

public List Sequence
Résultat List

ThreadID public_oe property

public int ThreadID
Résultat int