C# Class ReferenceAnalysisAlgorithm.TypeNode, DailyProjects

Mostrar archivo Open project: GHScan/DailyProjects

Public Properties

Property Type Description
DerivedNodes HashSet
Layout TypeLayout
Related bool

Public Methods

Method Description
AddDerivedNode ( TypeNode, node ) : void

Method Details

AddDerivedNode() public method

public AddDerivedNode ( TypeNode, node ) : void
node TypeNode,
return void

Property Details

DerivedNodes public_oe property

public HashSet DerivedNodes
return HashSet

Layout public_oe property

public TypeLayout Layout
return TypeLayout

Related public_oe property

public bool Related
return bool