Fan.Sys.Uri.Decoder.Decoder C# (CSharp) Method

Decoder() private method

private Decoder ( string str, bool decoding ) : System
str string
decoding bool
return System
            internal Decoder(string str, bool decoding)
            {
                this.str = str;
                this.decoding = decoding;
            }