Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.JsonPathStack.Peek C# (CSharp) Method

Peek() public method

public Peek ( ) : string
return string
            public string Peek()
            {
                return this.stack.Peek();
            }
JsonUnmarshallerContext.JsonPathStack