C# Class PeterO.Cbor.CBORTag4

Inheritance: ICBORTag
Afficher le fichier Open project: peteroupc/CBOR

Méthodes publiques

Méthode Description
CBORTag4 ( ) : System
CBORTag4 ( bool extended ) : System
GetTypeFilter ( ) : CBORTypeFilter
ValidateObject ( CBORObject obj ) : CBORObject

Method Details

CBORTag4() public méthode

public CBORTag4 ( ) : System
Résultat System

CBORTag4() public méthode

public CBORTag4 ( bool extended ) : System
extended bool
Résultat System

GetTypeFilter() public méthode

public GetTypeFilter ( ) : CBORTypeFilter
Résultat CBORTypeFilter

ValidateObject() public méthode

public ValidateObject ( CBORObject obj ) : CBORObject
obj CBORObject
Résultat CBORObject