Example #1
0
 public bool TryGetProperty(string key, out byte[] value)
 {
     return(BinaryProperties.TryGetValue(key, out value));
 }