C# 클래스 Pchp.CodeAnalysis.Symbols.IndexedTypeParameterSymbol

Indexed type parameters are used in place of type parameters for method signatures. There is a unique mapping from index to a single IndexedTypeParameterSymbol. They don't have a containing symbol or locations. They do not have constraints, variance, or attributes.
상속: TypeParameterSymbol
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

공개 메소드들

메소드 설명
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
EnsureAllConstraintsAreResolved ( ) : void
Equals ( TypeSymbol t2, bool ignoreCustomModifiersAndArraySizesAndLowerBounds, bool ignoreDynamic ) : bool
GetConstraintTypes ( ConsList inProgress ) : ImmutableArray
GetDeducedBaseType ( ConsList inProgress ) : TypeSymbol
GetEffectiveBaseClass ( ConsList inProgress ) : NamedTypeSymbol
GetInterfaces ( ConsList inProgress ) : ImmutableArray
GetTypeParameter ( int index ) : TypeParameterSymbol
GrowPool ( int count ) : void
IndexedTypeParameterSymbol ( int index ) : System
Take ( int count ) : ImmutableArray

Create a vector of n dummy type parameters. Always reuses the same type parameter symbol for the same position.

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int