Entry
Object Hierarchy:
Description:
public abstract class Entry<
K,
V> :
Object
Content:
Properties:
- public abstract K key { get; }
- public abstract bool read_only { get; }
- public abstract V value { set; get; }
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object