C# Class Pchp.CodeAnalysis.Symbols.MissingMetadataTypeSymbol

Inheritance: ErrorTypeSymbol
Mostrar archivo Open project: iolevel/peachpie Class Usage Examples

Protected Properties

Property Type Description
_arity int
_mangleName bool
_name string

Private Properties

Property Type Description

Public Methods

Method Description
MissingMetadataTypeSymbol ( string name, int arity, bool mangleName ) : Microsoft.CodeAnalysis

Method Details

MissingMetadataTypeSymbol() public method

public MissingMetadataTypeSymbol ( string name, int arity, bool mangleName ) : Microsoft.CodeAnalysis
name string
arity int
mangleName bool
return Microsoft.CodeAnalysis

Property Details

_arity protected_oe property

protected int _arity
return int

_mangleName protected_oe property

protected bool _mangleName
return bool

_name protected_oe property

protected string _name
return string