C# Class DotNetWebToolkit.Cil2Js.Analysis.VisitorSsaCopyPropagation.AssignmentInfo

ファイルを表示 Open project: chrisdunelm/DotNetWebToolkit

Public Properties

Property Type Description
assignment DotNetWebToolkit.Cil2Js.Ast.StmtAssignment
count int
mustKeep bool

Property Details

assignment public_oe property

public StmtAssignment,DotNetWebToolkit.Cil2Js.Ast assignment
return DotNetWebToolkit.Cil2Js.Ast.StmtAssignment

count public_oe property

public int count
return int

mustKeep public_oe property

public bool mustKeep
return bool