C# 클래스 PeterO.Cbor.CBORTag4

상속: ICBORTag
파일 보기 프로젝트 열기: peteroupc/CBOR

공개 메소드들

메소드 설명
CBORTag4 ( ) : System
CBORTag4 ( bool extended ) : System
GetTypeFilter ( ) : CBORTypeFilter
ValidateObject ( CBORObject obj ) : CBORObject

메소드 상세

CBORTag4() 공개 메소드

public CBORTag4 ( ) : System
리턴 System

CBORTag4() 공개 메소드

public CBORTag4 ( bool extended ) : System
extended bool
리턴 System

GetTypeFilter() 공개 메소드

public GetTypeFilter ( ) : CBORTypeFilter
리턴 CBORTypeFilter

ValidateObject() 공개 메소드

public ValidateObject ( CBORObject obj ) : CBORObject
obj CBORObject
리턴 CBORObject