Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIni.ContainsKey

Malware edited this page May 4, 2019 · 15 revisions

IndexNamespace IndexMyIni

Summary

public bool ContainsKey(string section, string name)

Determines whether a configuration key (section/key) exists in the currently parsed configuration.

Returns

bool

Parameters

Summary

public bool ContainsKey(MyIniKey key)

Determines whether a configuration key (section/key) exists in the currently parsed configuration.

Returns

bool

Parameters

Clone this wiki locally