C# Class PeterO.Cbor.CBORTag2

Inheritance: ICBORTag
Afficher le fichier Open project: peteroupc/CBOR Class Usage Examples

Méthodes publiques

Méthode Description
GetTypeFilter ( ) : CBORTypeFilter
ValidateObject ( CBORObject obj ) : CBORObject

Private Methods

Méthode Description
ConvertToBigNum ( CBORObject o, bool negative ) : CBORObject
FromObjectAndInnerTags ( object objectValue, CBORObject objectWithTags ) : CBORObject

Method Details

GetTypeFilter() public méthode

public GetTypeFilter ( ) : CBORTypeFilter
Résultat CBORTypeFilter

ValidateObject() public méthode

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