Метод | Описание | |
---|---|---|
AsStream ( this bytes ) : |
||
ShouldHaveKey ( this store, |
||
ShouldHaveKey ( this store, byte key ) : void | ||
ShouldNotHaveKey ( this store, |
||
ShouldNotHaveKey ( this store, byte key ) : void | ||
ValueForKey ( this store, |
||
ValueForKey ( this store, byte key ) : byte[] | ||
ValueForKey ( this store, object key ) : byte[] | ||
ValuesForKey ( this store, byte key ) : IEnumerable |
||
ValuesForKey ( this store, object key ) : IEnumerable |
public static AsStream ( this bytes ) : |
||
bytes | this | |
Результат |
public static ShouldHaveKey ( this store, |
||
store | this | |
key | ||
Результат | void |
public static ShouldHaveKey ( this store, byte key ) : void | ||
store | this | |
key | byte | |
Результат | void |
public static ShouldNotHaveKey ( this store, |
||
store | this | |
key | ||
Результат | void |
public static ShouldNotHaveKey ( this store, byte key ) : void | ||
store | this | |
key | byte | |
Результат | void |
public static ValueForKey ( this store, |
||
store | this | |
key | ||
Результат | byte[] |
public static ValueForKey ( this store, byte key ) : byte[] | ||
store | this | |
key | byte | |
Результат | byte[] |
public static ValueForKey ( this store, object key ) : byte[] | ||
store | this | |
key | object | |
Результат | byte[] |
public static ValuesForKey ( this store, byte key ) : IEnumerable |
||
store | this | |
key | byte | |
Результат | IEnumerable |
public static ValuesForKey ( this store, object key ) : IEnumerable |
||
store | this | |
key | object | |
Результат | IEnumerable |