C# Class Pchp.CodeAnalysis.Symbols.UnboundArgumentErrorTypeSymbol

Inheritance: ErrorTypeSymbol
Show file Open project: iolevel/peachpie Class Usage Examples

Public Properties

Property Type Description
Instance ErrorTypeSymbol

Private Properties

Property Type Description
Equals bool
UnboundArgumentErrorTypeSymbol System

Public Methods

Method Description
CreateTypeArguments ( ImmutableArray typeParameters, int n, Microsoft.CodeAnalysis.DiagnosticInfo errorInfo ) : ImmutableArray
GetHashCode ( ) : int

Private Methods

Method Description
Equals ( TypeSymbol t2, bool ignoreCustomModifiersAndArraySizesAndLowerBounds, bool ignoreDynamic ) : bool
UnboundArgumentErrorTypeSymbol ( string name, Microsoft.CodeAnalysis.DiagnosticInfo errorInfo ) : System

Method Details

CreateTypeArguments() public static method

public static CreateTypeArguments ( ImmutableArray typeParameters, int n, Microsoft.CodeAnalysis.DiagnosticInfo errorInfo ) : ImmutableArray
typeParameters ImmutableArray
n int
errorInfo Microsoft.CodeAnalysis.DiagnosticInfo
return ImmutableArray

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Instance public static property

public static ErrorTypeSymbol,Pchp.CodeAnalysis.Symbols Instance
return ErrorTypeSymbol