메소드 | 설명 | |
---|---|---|
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 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 |