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