NamedBit Constructor (String, UInt64) |
Initializes a new instance of the
NamedBit class
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic NamedBit(
string name,
ulong bit
)
Public Sub New (
name As String,
bit As ULong
)
public:
NamedBit(
String^ name,
unsigned long long bit
)
new :
name : string *
bit : uint64 -> NamedBit
Parameters
- name
- Type: SystemString
- bit
- Type: SystemUInt64
See Also