Skip to content

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