C# Class SafeILGenerator.Ast.AstFunction

Show file Open project: soywiz/SafeILGenerator

Public Properties

Property Type Description
Arguments List
Labels List
Locals List
Root SafeILGenerator.Ast.Nodes.AstNodeStmContainer

Property Details

Arguments public property

public List Arguments
return List

Labels public property

public List Labels
return List

Locals public property

public List Locals
return List

Root public property

public AstNodeStmContainer,SafeILGenerator.Ast.Nodes Root
return SafeILGenerator.Ast.Nodes.AstNodeStmContainer