-
Notifications
You must be signed in to change notification settings - Fork 123
VRage.Game.ModAPI.Ingame.Utilities.MyIniKey
← Index ← Namespace Index
public struct MyIniKey: IEquatable<MyIniKey>
Represents the combination of a section and a key in a MyIni structure.
Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll
Implements:
Determines whether this MyIniKey is empty.
Gets the Key part of this MyIniKey
Gets the Section part of this MyIniKey
MyIniKey(string section, string name)
static MyIniKey Parse(string input)
Parses a string in the form of
section/key
into a MyIniKey object.
static bool TryParse(string input, out MyIniKey key)
Parses a string in the form of
section/key
into a MyIniKey object.
Compares this MyIniKey with another. Note that this is equality in the sense of a configuration key, which means the comparison is implicitly case insensitive.
Compares this MyIniKey with another. Note that this is equality in the sense of a configuration key, which means the comparison is implicitly case insensitive.
Gets the hash code representing this MyIniKey
Generates a string representing this MyIniKey in the form of
section/key
.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!