Item |
Scroll |
Gets or sets the TheDeletedObject item with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default ReadOnly Property Item ( _ nIndex As Integer _ ) As TheDeletedObject C# public virtual TheDeletedObject this [int nIndex] { get; }
ParametersnIndex Zero-based index.
Property ValueThe TheDeletedObject item with the specified index.
|
|