[]
Initializes a new instance of the OID class.
public OID(string id)
| 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)
| Type | Name | Description |
|---|---|---|
| string | id | The dotted number of the identifier. |
| string | name | The friendly name of the identifier. |