ExpiringCollectionTItemCollectionItemTItem Property |
Gets or sets the item in the collection.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public T Item { get; set; }
Public Property Item As T
Get
Set
public:
property T Item {
T get ();
void set (T value);
}
member Item : 'T with get, set
Property Value
Type:
TSee Also