C# Class Pchp.CodeAnalysis.Symbols.MissingMetadataTypeSymbol

Inheritance: ErrorTypeSymbol
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Protected Properties

Свойство Type Description
_arity int
_mangleName bool
_name string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MissingMetadataTypeSymbol ( string name, int arity, bool mangleName ) : Microsoft.CodeAnalysis

Method Details

MissingMetadataTypeSymbol() public méthode

public MissingMetadataTypeSymbol ( string name, int arity, bool mangleName ) : Microsoft.CodeAnalysis
name string
arity int
mangleName bool
Résultat Microsoft.CodeAnalysis

Property Details

_arity protected_oe property

protected int _arity
Résultat int

_mangleName protected_oe property

protected bool _mangleName
Résultat bool

_name protected_oe property

protected string _name
Résultat string