IdComponentListAdd Method |
Adds an identifier component to the list.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic void Add(
IdComponent component
)
Public Sub Add (
component As IdComponent
)
Dim instance As IdComponentList
Dim component As IdComponent
instance.Add(component)
public:
void Add(
IdComponent^ component
)
member Add :
component : IdComponent -> unit
Parameters
- component IdComponent
- The identifier component to add.
See Also