C# 클래스 Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.JsonPathStack

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
Peek ( ) : string
Pop ( ) : string
Push ( string value ) : void

메소드 상세

Peek() 공개 메소드

public Peek ( ) : string
리턴 string

Pop() 공개 메소드

public Pop ( ) : string
리턴 string

Push() 공개 메소드

public Push ( string value ) : void
value string
리턴 void