Method | Description | |
---|---|---|
Clone ( |
||
Cursor ( string key, ulong id ) : System | ||
Cursor ( string key, ulong id, string minifiedKey ) : System | ||
GetCursors ( string cursor, string prefix ) : List |
||
GetCursors ( string cursor, string prefix, Func |
||
GetCursors ( string cursor, string prefix, string>.Func |
||
ToString ( ) : string | ||
WriteCursors ( |
Method | Description | |
---|---|---|
Escape ( string value ) : string | ||
Int32ToHex ( int value ) : char | ||
ParseCursorId ( StringBuilder sb, ulong &id ) : void | ||
WriteUlongAsHexToBuffer ( ulong value, |
public static Clone ( |
||
cursor | ||
return |
public Cursor ( string key, ulong id ) : System | ||
key | string | |
id | ulong | |
return | System |
public Cursor ( string key, ulong id, string minifiedKey ) : System | ||
key | string | |
id | ulong | |
minifiedKey | string | |
return | System |
public static GetCursors ( string cursor, string prefix ) : List |
||
cursor | string | |
prefix | string | |
return | List |
public static GetCursors ( string cursor, string prefix, Func |
||
cursor | string | |
prefix | string | |
keyMaximizer | Func |
|
state | object | |
return | List |
public static GetCursors ( string cursor, string prefix, string>.Func |
||
cursor | string | |
prefix | string | |
keyMaximizer | string>.Func | |
return | List |
public static WriteCursors ( |
||
textWriter | ||
cursors | IList |
|
prefix | string | |
return | void |