Home ExtensionData Class
ExtensionData Class
Cancel

ExtensionData Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: ExtensionData 🡒 Dictionary<string, JsonNode> 🡒 object

Implemented interfaces:

  • IDictionary<string, JsonNode>
  • ICollection<KeyValuePair<string, JsonNode>>
  • IEnumerable<KeyValuePair<string, JsonNode>>
  • IEnumerable
  • IDictionary
  • ICollection
  • IReadOnlyDictionary<string, JsonNode>
  • IReadOnlyCollection<KeyValuePair<string, JsonNode>>
  • ISerializable
  • IDeserializationCallback
  • IRefTargetContainer

Supports extension data for all types.

Properties

NameTypeSummary
Capacityint 
ComparerIEqualityComparer<string> 
Countint 
ItemJsonNode 
KeysKeyCollection 
ValuesValueCollection 
Contents