C# Class SylphyHorn.Annotations.CodeElement

Exibir arquivo Open project: Grabacr07/SylphyHorn

Public Methods

Method Description
GetElements ( Assembly assembly ) : string>.ILookup
GetElements ( MemberInfo member, bool inherit = true ) : string>.ILookup
GetElements ( Module module ) : string>.ILookup
GetElements ( ParameterInfo parameter, bool inherit = true ) : string>.ILookup

Private Methods

Method Description
MakeLookup ( this attributes ) : string>.ILookup

Method Details

GetElements() public static method

public static GetElements ( Assembly assembly ) : string>.ILookup
assembly Assembly
return string>.ILookup

GetElements() public static method

public static GetElements ( MemberInfo member, bool inherit = true ) : string>.ILookup
member MemberInfo
inherit bool
return string>.ILookup

GetElements() public static method

public static GetElements ( Module module ) : string>.ILookup
module Module
return string>.ILookup

GetElements() public static method

public static GetElements ( ParameterInfo parameter, bool inherit = true ) : string>.ILookup
parameter ParameterInfo
inherit bool
return string>.ILookup