IndexedItemTIndex Property |
Gets or sets the index.
Specifies the zero based position of the item.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long Index { get; set; }
Public Property Index As Long
Get
Set
public:
property long long Index {
long long get ();
void set (long long value);
}
member Index : int64 with get, set
Property Value
Type:
Int64See Also