Adf.Base.State.NullStateProvider.Remove C# (CSharp) Method

Remove() public method

Removes the value corresponding to the specified key object from the empty state.
/// The method is yet to be implemented. ///
public Remove ( object o ) : void
o object The key object for which the corresponding value is to be removed.
return void
        public void Remove(object o)
        {
            throw new NotImplementedException();
        }

Same methods

NullStateProvider::Remove ( string key ) : void
NullStateProvider