C# Class Keyczar.Util.WebSafeBase64ByteConverter.RawJsonReader

Raw json reader
Inheritance: Newtonsoft.Json.JsonTextReader
Afficher le fichier Open project: jbtule/keyczar-dotnet

Méthodes publiques

Méthode Description
RawJsonReader ( TextReader reader ) : System

Initializes a new instance of the RawJsonReader class.

Method Details

RawJsonReader() public méthode

Initializes a new instance of the RawJsonReader class.
public RawJsonReader ( TextReader reader ) : System
reader System.IO.TextReader The reader.
Résultat System