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

Inheritance: ITypeReference, ISupportsInterning
Exibir arquivo Open project: 0xd4d/NRefactory Class Usage Examples

Public Methods

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

Private Methods

Method Description
ISupportsInterning ( ISupportsInterning other ) : bool
ISupportsInterning ( ) : int
PreferAttributeTypeWithSuffix ( IType t1, IType t2, ICompilation compilation ) : bool

Method Details

AttributeTypeReference() public method

public AttributeTypeReference ( ITypeReference withoutSuffix, ITypeReference withSuffix ) : System
withoutSuffix ITypeReference
withSuffix ITypeReference
return System

Resolve() public method

public Resolve ( ITypeResolveContext context ) : IType
context ITypeResolveContext
return IType

ToString() public method

public ToString ( ) : string
return string