public IniKeyCollection Keys { get; set; }
Public Property Keys As IniKeyCollection
Get
Set
Dim instance As IniSection
Dim value As IniKeyCollection
value = instance.Keys
instance.Keys = value
public:
property IniKeyCollection^ Keys {
IniKeyCollection^ get ();
void set (IniKeyCollection^ value);
}
member Keys : IniKeyCollection with get, set
No code example is currently available or this language may not be supported.