C# 클래스 Microsoft.DocAsCode.Build.RestApi.Swagger.Internals.SwaggerJsonBuilder.JsonIndexLocation

상속: IJsonLocation
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
JsonIndexLocation ( int position ) : System
WriteTo ( StringBuilder sb ) : void

메소드 상세

JsonIndexLocation() 공개 메소드

public JsonIndexLocation ( int position ) : System
position int
리턴 System

WriteTo() 공개 메소드

public WriteTo ( StringBuilder sb ) : void
sb StringBuilder
리턴 void