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