JsonPropertyDescriptionAttribute Class

Namespace
global
Base Types
  • object
graph BT Type-->Base0["object"] Type["JsonPropertyDescriptionAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class JsonPropertyDescriptionAttribute

Attributes

Type Description
AttributeUsage

Extension Methods

Name Value Summary
NotNull<JsonPropertyDescriptionAttribute>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub