C# Class ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAttribute.CSharpResolvedAttribute

Inheritance: IAttribute
Datei anzeigen Open project: 0xd4d/NRefactory

Private Properties

Property Type Description
GetCtorInvocation InvocationResolveResult

Public Methods

Method Description
CSharpResolvedAttribute ( ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpTypeResolveContext context, CSharpAttribute unresolved ) : System

Private Methods

Method Description
GetCtorInvocation ( ) : InvocationResolveResult

Method Details

CSharpResolvedAttribute() public method

public CSharpResolvedAttribute ( ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpTypeResolveContext context, CSharpAttribute unresolved ) : System
context ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpTypeResolveContext
unresolved CSharpAttribute
return System