IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
CustomAttributeSymbolTypedArgument.cs
Go to the documentation of this file.
1
namespace
IKVM.CoreLib.Symbols
2
{
3
4
readonly record
struct
CustomAttributeSymbolTypedArgument
(
5
ITypeSymbol
ArgumentType,
6
object? Value);
7
8
}
IKVM.CoreLib.Symbols.ITypeSymbol
Represents type declarations: class types, interface types, array types, value types,...
Definition
ITypeSymbol.cs:10
IKVM.CoreLib.Symbols
Definition
CustomAttributeSymbol.cs:4
IKVM.CoreLib.Symbols.CustomAttributeSymbolTypedArgument
readonly record struct CustomAttributeSymbolTypedArgument(ITypeSymbol ArgumentType, object? Value)
src
IKVM.CoreLib
Symbols
CustomAttributeSymbolTypedArgument.cs
Generated by
1.12.0