C# Class ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedSecurityAttribute

Inheritance: IUnresolvedAttribute, ISupportsInterning
Mostrar archivo Open project: 0xd4d/NRefactory Class Usage Examples

Private Properties

Property Type Description
ISupportsInterning bool
ISupportsInterning int
IUnresolvedAttribute IAttribute

Public Methods

Method Description
UnresolvedSecurityAttribute ( UnresolvedSecurityDeclarationBlob secDecl, int index ) : System

Private Methods

Method Description
ISupportsInterning ( ISupportsInterning other ) : bool
ISupportsInterning ( ) : int
IUnresolvedAttribute ( ITypeResolveContext context ) : IAttribute

Method Details

UnresolvedSecurityAttribute() public method

public UnresolvedSecurityAttribute ( UnresolvedSecurityDeclarationBlob secDecl, int index ) : System
secDecl UnresolvedSecurityDeclarationBlob
index int
return System