C# Class PeterO.Cbor.CBORTag2

Inheritance: ICBORTag
Datei anzeigen Open project: peteroupc/CBOR Class Usage Examples

Public Methods

Method Description
GetTypeFilter ( ) : CBORTypeFilter
ValidateObject ( CBORObject obj ) : CBORObject

Private Methods

Method Description
ConvertToBigNum ( CBORObject o, bool negative ) : CBORObject
FromObjectAndInnerTags ( object objectValue, CBORObject objectWithTags ) : CBORObject

Method Details

GetTypeFilter() public method

public GetTypeFilter ( ) : CBORTypeFilter
return CBORTypeFilter

ValidateObject() public method

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