C# Class XLibrary.Threadline

Show file Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
Deepest int
DepthSet SortedSet
FixedDepths int[]
IsAlive bool
Name string
NodeDepths XLibrary.ThreadlineNode[]
Order int
Sequence List
ThreadID int

Public Methods

Method Description
Threadline ( ThreadFlow flow, int order ) : System

Method Details

Threadline() public method

public Threadline ( ThreadFlow flow, int order ) : System
flow ThreadFlow
order int
return System

Property Details

Deepest public property

public int Deepest
return int

DepthSet public property

public SortedSet DepthSet
return SortedSet

FixedDepths public property

public int[] FixedDepths
return int[]

IsAlive public property

public bool IsAlive
return bool

Name public property

public string Name
return string

NodeDepths public property

public ThreadlineNode[],XLibrary NodeDepths
return XLibrary.ThreadlineNode[]

Order public property

public int Order
return int

Sequence public property

public List Sequence
return List

ThreadID public property

public int ThreadID
return int