C# 클래스 Rhino.UniqueTag

파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 프로퍼티들

프로퍼티 타입 설명
DOUBLE_MARK UniqueTag
NOT_FOUND UniqueTag
NULL_VALUE UniqueTag

공개 메소드들

메소드 설명
ReadResolve ( ) : object
ToString ( ) : string

비공개 메소드들

메소드 설명
UniqueTag ( int tagId ) : System

메소드 상세

ReadResolve() 공개 메소드

public ReadResolve ( ) : object
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

DOUBLE_MARK 공개적으로 정적으로 프로퍼티

Tag to indicate that a object represents "double" with the real value stored somewhere else.
Tag to indicate that a object represents "double" with the real value stored somewhere else.
public static UniqueTag,Rhino DOUBLE_MARK
리턴 UniqueTag

NOT_FOUND 공개적으로 정적으로 프로퍼티

Tag to mark non-existing values.
Tag to mark non-existing values.
public static UniqueTag,Rhino NOT_FOUND
리턴 UniqueTag

NULL_VALUE 공개적으로 정적으로 프로퍼티

Tag to distinguish between uninitialized and null values.
Tag to distinguish between uninitialized and null values.
public static UniqueTag,Rhino NULL_VALUE
리턴 UniqueTag