[]
Initializes a new instance of the OID class.
public OID(string id)
Public Sub New(id As String)
Type | Name | Description |
---|---|---|
string | id | The dotted number of the identifier. |
Initializes a new instance of the OID class.
public OID(string id, string name)
Public Sub New(id As String, name As String)