C# Class Pchp.CodeAnalysis.Symbols.WrappedParameterSymbol

Inheritance: ParameterSymbol
Mostra file Open project: iolevel/peachpie

Protected Properties

Property Type Description
underlyingParameter ParameterSymbol

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
GetAttributes ( ) : ImmutableArray
GetHashCode ( ) : int

Protected Methods

Method Description
WrappedParameterSymbol ( ParameterSymbol underlyingParameter ) : Microsoft.CodeAnalysis

Method Details

Equals() public final method

public final Equals ( object obj ) : bool
obj object
return bool

GetAttributes() public method

public GetAttributes ( ) : ImmutableArray
return ImmutableArray

GetHashCode() public final method

public final GetHashCode ( ) : int
return int

WrappedParameterSymbol() protected method

protected WrappedParameterSymbol ( ParameterSymbol underlyingParameter ) : Microsoft.CodeAnalysis
underlyingParameter ParameterSymbol
return Microsoft.CodeAnalysis

Property Details

underlyingParameter protected_oe property

protected ParameterSymbol,Pchp.CodeAnalysis.Symbols underlyingParameter
return ParameterSymbol