Table of Contents

Method DeleteKey

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

DeleteKey(string, string)

Deletes the preference with the given key in the given scope.

public static void DeleteKey(string scope, string key)

Parameters

scope string

The scope namespace.

key string

The key to delete.