IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ReflectionConstructorSymbol.cs
Go to the documentation of this file.
1using System.Reflection;
2
4{
5
7 {
8
17 base(context, module, type, underlyingConstructor)
18 {
19
20 }
21
22 internal ConstructorInfo UnderlyingConstructor => (ConstructorInfo)UnderlyingMethodBase;
23
24 }
25
26}
IKVM.Reflection.ConstructorInfo ConstructorInfo
ReflectionConstructorSymbol(ReflectionSymbolContext context, ReflectionModuleSymbol module, ReflectionTypeSymbol type, ConstructorInfo underlyingConstructor)
Initializes a new instance.
Implementation of IModuleSymbol derived from System.Reflection.
Holds references to symbols derived from System.Reflection.
Discovers the attributes of a class constructor and provides access to constructor metadata.