C# 클래스 Tx.Network.Snmp.Dynamic.SnmpOidAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Reactive-Extensions/Tx

공개 메소드들

메소드 설명
SnmpOidAttribute ( string oid ) : System

Constructs a new SnmpOidAttribute with the given object identifier.

메소드 상세

SnmpOidAttribute() 공개 메소드

Constructs a new SnmpOidAttribute with the given object identifier.
Thrown if is null or whitespace.
public SnmpOidAttribute ( string oid ) : System
oid string The identifier of the object that is represented by the attributed property.
리턴 System