UnityEditor.iOS.Xcode.JsonElementDict.Remove C# (CSharp) Method

Remove() public method

public Remove ( string key ) : void
key string
return void
        public void Remove(string key)
        {
            this.values.Remove(key);
        }