class AssemblyMetadataAttribute

in global :: System . Reflection

Defines a key/value metadata pair for the decorated assembly.


public string Key { get; }

Gets the metadata key.

  • Returns The metadata key.

public string Value { get; }

Gets the metadata value.

  • Returns The metadata value.

public object TypeId { get; }

😔 No documentation found.