SPScriptSafeCollection.InternalRemove method
Removes an item from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Sub InternalRemove ( _
item As String _
)
'Usage
Dim item As String
Me.InternalRemove(item)
protected internal void InternalRemove(
string item
)
Parameters
item
Type: System.StringThe item to be removed from the collection.