C# 클래스 Novell.Directory.Ldap.Asn1.Asn1Numeric

상속: Asn1Object
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
intValue ( ) : int

Returns the content of this Asn1Numeric object as an int.

longValue ( ) : long

Returns the content of this Asn1Numeric object as a long.

비공개 메소드들

메소드 설명
Asn1Numeric ( Asn1Identifier id, int value_Renamed ) : System
Asn1Numeric ( Asn1Identifier id, long value_Renamed ) : System

메소드 상세

intValue() 공개 메소드

Returns the content of this Asn1Numeric object as an int.
public intValue ( ) : int
리턴 int

longValue() 공개 메소드

Returns the content of this Asn1Numeric object as a long.
public longValue ( ) : long
리턴 long