DittoSharp
0.1.0-alpha3
|
Protected Member Functions | |
abstract CBORObject | GetCborObjectAtCurrentPath () |
Properties | |
string | String [get] |
string?? | StringValue [get] |
int | Int32Value [get] |
long | Int64Value [get] |
uint | UInt32Value [get] |
ulong | UInt64Value [get] |
float | FloatValue [get] |
double | DoubleValue [get] |
bool | BooleanValue [get] |
List< object > | List [get] |
List< object >?? | ListValue [get] |
Dictionary< string, object > | Dictionary [get] |
Dictionary< string, object >?? | DictionaryValue [get] |
DittoAttachmentToken | AttachmentToken [get] |