C# Class Microsoft.DocAsCode.Build.RestApi.Swagger.Internals.SwaggerJsonBuilder.JsonObjectLocation

Inheritance: IJsonLocation
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
JsonObjectLocation ( string propertyName ) : System
WriteTo ( StringBuilder sb ) : void

Method Details

JsonObjectLocation() public méthode

public JsonObjectLocation ( string propertyName ) : System
propertyName string
Résultat System

WriteTo() public méthode

public WriteTo ( StringBuilder sb ) : void
sb StringBuilder
Résultat void