Home PathCollection Class
PathCollection Class
Cancel

PathCollection Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: PathCollection 🡒 Dictionary<PathTemplate, PathItem> 🡒 object

Implemented interfaces:

  • IDictionary<PathTemplate, PathItem>
  • ICollection<KeyValuePair<PathTemplate, PathItem>>
  • IEnumerable<KeyValuePair<PathTemplate, PathItem>>
  • IEnumerable
  • IDictionary
  • ICollection
  • IReadOnlyDictionary<PathTemplate, PathItem>
  • IReadOnlyCollection<KeyValuePair<PathTemplate, PathItem>>
  • ISerializable
  • IDeserializationCallback
  • IRefTargetContainer

Models a path collection.

Properties

NameTypeSummary
Capacityint 
ComparerIEqualityComparer<PathTemplate> 
Countint 
ExtensionDataExtensionDataGets or set extension data.
ItemPathItem 
KeysKeyCollection 
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
ValuesValueCollection 
Contents