C# Class ICSharpCode.NRefactory.CSharp.TypeSystem.AttributeTypeReference

Inheritance: ITypeReference, ISupportsInterning
Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Méthode Description
AttributeTypeReference ( ITypeReference withoutSuffix, ITypeReference withSuffix ) : System
Resolve ( ITypeResolveContext context ) : IType
ToString ( ) : string

Private Methods

Méthode Description
ISupportsInterning ( ISupportsInterning other ) : bool
ISupportsInterning ( ) : int
PreferAttributeTypeWithSuffix ( IType t1, IType t2, ICompilation compilation ) : bool

Method Details

AttributeTypeReference() public méthode

public AttributeTypeReference ( ITypeReference withoutSuffix, ITypeReference withSuffix ) : System
withoutSuffix ITypeReference
withSuffix ITypeReference
Résultat System

Resolve() public méthode

public Resolve ( ITypeResolveContext context ) : IType
context ITypeResolveContext
Résultat IType

ToString() public méthode

public ToString ( ) : string
Résultat string