Свойство | Тип | Описание | |
---|---|---|---|
closeListBytes | Byte[] | ||
closeMapBytes | Byte[] | ||
closeSetBytes | Byte[] | ||
closeVectorBytes | Byte[] | ||
nullBytes | Byte[] | ||
openListBytes | Byte[] | ||
openMapBytes | Byte[] | ||
openSetBytes | Byte[] | ||
openVectorBytes | Byte[] | ||
spaceBytes | Byte[] |
Метод | Описание | |
---|---|---|
ToLiteral ( string value ) : string | ||
WriteEDNToStream ( string edn, Stream stream ) : void | ||
WritePrintableToString ( IEDNWritable printable, IWriteHandler handler ) : string | ||
additionHashCode ( IEnumerable coll ) : int | ||
getSymbolString ( string prefix, string name ) : string |
public static ToLiteral ( string value ) : string | ||
value | string | |
Результат | string |
public static WriteEDNToStream ( string edn, Stream stream ) : void | ||
edn | string | |
stream | Stream | |
Результат | void |
public static WritePrintableToString ( IEDNWritable printable, IWriteHandler handler ) : string | ||
printable | IEDNWritable | |
handler | IWriteHandler | |
Результат | string |
public static additionHashCode ( IEnumerable coll ) : int | ||
coll | IEnumerable | |
Результат | int |
public static getSymbolString ( string prefix, string name ) : string | ||
prefix | string | |
name | string | |
Результат | string |
public static Byte[] closeVectorBytes | ||
Результат | Byte[] |
public static Byte[] openVectorBytes | ||
Результат | Byte[] |