C# Class Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.JsonPathStack

Mostrar archivo Open project: aws/aws-sdk-net

Public Methods

Method Description
Peek ( ) : string
Pop ( ) : string
Push ( string value ) : void

Method Details

Peek() public method

public Peek ( ) : string
return string

Pop() public method

public Pop ( ) : string
return string

Push() public method

public Push ( string value ) : void
value string
return void