CustomAttributeTypedArgument {System.Reflection} | .NET clr documentation |
# namespace System.Reflection
export class CustomAttributeTypedArgument extends ValueType {
ArgumentType: Type;
Value: any kind;
}
ArgumentType
: TypeValue
: any kind