Amazon.Runtime.Internal.Transform JsonUnmarshallerContext.Peek in C# (CSharp): 6 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.Peek, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Peeks at the next token. This peek implementation reads the next token and makes the subsequent Read() return the same data. If Peek is called successively, it will return the same data. Only the first one calls Read(), subsequent calls will return the same data until a Read() call is made.