C# Class Pytocs.Translate.LocalSymbol

Datei anzeigen Open project: uxmal/pytocs

Public Properties

Property Type Description
name string
parameter bool
type CodeTypeReference

Public Methods

Method Description
LocalSymbol ( string name, CodeTypeReference type, bool parameter ) : System

Method Details

LocalSymbol() public method

public LocalSymbol ( string name, CodeTypeReference type, bool parameter ) : System
name string
type CodeTypeReference
parameter bool
return System

Property Details

name public_oe property

public string name
return string

parameter public_oe property

public bool parameter
return bool

type public_oe property

public CodeTypeReference type
return CodeTypeReference