IFsrmCommittableCollection.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.Int32One-based index of the item to remove from the collection.
Implements
IFsrmMutableCollection.Remove(Int32)
See Also
IFsrmCommittableCollection Interface
Microsoft.Storage Namespace
Return to top