C# Class PeterO.Cbor.CBORTag4

Inheritance: ICBORTag
Datei anzeigen Open project: peteroupc/CBOR

Public Methods

Method Description
CBORTag4 ( ) : System
CBORTag4 ( bool extended ) : System
GetTypeFilter ( ) : CBORTypeFilter
ValidateObject ( CBORObject obj ) : CBORObject

Method Details

CBORTag4() public method

public CBORTag4 ( ) : System
return System

CBORTag4() public method

public CBORTag4 ( bool extended ) : System
extended bool
return System

GetTypeFilter() public method

public GetTypeFilter ( ) : CBORTypeFilter
return CBORTypeFilter

ValidateObject() public method

public ValidateObject ( CBORObject obj ) : CBORObject
obj CBORObject
return CBORObject