System.Text.UTF32Encoding.UTF32Decoder.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
            public override void Reset()
            {
                this.iChar = 0;
                this.readByteCount = 0;
                if (m_fallbackBuffer != null)
                    m_fallbackBuffer.Reset();
            }
UTF32Encoding.UTF32Decoder