Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
DocAsCode
Build
RestApi
Swagger
Internals
SwaggerJsonBuilder.JsonObjectLocation
C# 클래스 Microsoft.DocAsCode.Build.RestApi.Swagger.Internals.SwaggerJsonBuilder.JsonObjectLocation
상속:
IJsonLocation
파일 보기
프로젝트 열기: dotnet/docfx
공개 메소드들
메소드
설명
JsonObjectLocation
(
string
propertyName
) :
System
WriteTo
(
StringBuilder
sb
) :
void
메소드 상세
JsonObjectLocation()
공개
메소드
public
JsonObjectLocation
(
string
propertyName
) :
System
propertyName
string
리턴
System
WriteTo()
공개
메소드
public
WriteTo
(
StringBuilder
sb
) :
void
sb
StringBuilder
리턴
void