Table of Contents

Method HasKey

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

HasKey(string, string)

Returns whether the given key exists in the given scope.

public static bool HasKey(string scope, string key)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

Returns

bool

true if the key exists; otherwise, false.