public Object? this[
Guid id
] { get; set; }Public Default Property Item (
id As Guid
) As Object
Get
Setpublic:
property Object^ default[Guid id] {
Object^ get (Guid id);
void set (Guid id, Object^ value);
}member Item : Object with get, set