ServiceClientGenerator.SimpleConstructorsModel.Initialize C# (CSharp) Method

Initialize() public method

Sets the document root from a json text
public Initialize ( TextReader reader ) : void
reader TextReader The reader to get the json text from
return void
        void Initialize(TextReader reader)
        {
            this._documentRoot = JsonMapper.ToObject(reader);
        }