Adds a symbol to the list of exported symbols.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic void Add(
string symbol
)
Public Sub Add (
symbol As String
)
Dim instance As Exports
Dim symbol As String
instance.Add(symbol)
public:
void Add(
String^ symbol
)
member Add :
symbol : string -> unit
Parameters
- symbol String
- The symbol name to add.
See Also