ServiceStack.NetCore.NetCoreQueryStringCollection.Remove C# (CSharp) Method

Remove() public method

public Remove ( string name ) : void
name string
return void
        public void Remove(string name)
        {
            throw new NotSupportedException();
        }