Syntax
[ImplementedThrough(System.Collections.IList, "Add")]
void Add(
object
)
[ImplementedThrough(System.Collections.IList, "Add")]
void Add(
Object^
)
'Declaration
<ImplementedThroughAttribute(System.Collections.IList, "Add")>
Sub Add( _
ByVal As Object _
)
'Usage
Dim instance As _PluginSetupCollection
Dim item As Object
instance.Add(item)
Parameters
- item
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also