Opc.Ua.JsonEncoder.Initialize C# (CSharp) Method

Initialize() private method

Sets private members to default values.
private Initialize ( ) : void
return void
        private void Initialize()
        {
            m_destination = null;
            m_writer = null;
            m_namespaces  = new Stack<string>();
            m_commaRequired = false;
        }

Same methods

JsonEncoder::Initialize ( string fieldName, string namespaceUri ) : void