Share via


IFsrmMutableCollection.Remove Method (Int32)

 

Removes the specified object from the collection using an index value.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

void Remove(
    int index
)
void Remove(
    int index
)
abstract Remove : 
        index:int -> unit
Sub Remove (
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    One-based index of the item to remove from the collection.

See Also

IFsrmMutableCollection Interface
Microsoft.Storage Namespace

Return to top