P_Furcadia_IO_IniFile_IniSection_Keys - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.Keys Property

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Returns all the keys in a section

Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public ICollection Keys { get; }

VB

Public ReadOnly Property Keys As ICollection
	Get

VB Usage

Dim instance As IniFile.IniSection
Dim value As ICollection

value = instance.Keys

C++

public:
property ICollection^ Keys {
	ICollection^ get ();
}

F#

member Keys : ICollection with get

Property Value

Type: ICollection
The keys.

See Also

Reference

IniFile.IniSection Class
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️