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

Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
Peek ( ) : string
Pop ( ) : string
Push ( string value ) : void

Method Details

Peek() public méthode

public Peek ( ) : string
Résultat string

Pop() public méthode

public Pop ( ) : string
Résultat string

Push() public méthode

public Push ( string value ) : void
value string
Résultat void