Exemplo n.º 1
0
 /// <summary>
 /// HashSegmentType class constructor
 /// </summary>
 public HashSegmentType()
 {
     _segment_Hash  = new HashValueType();
     _trigger_Point = new HexBinaryObjectPropertyType();
 }
Exemplo n.º 2
0
 /// <summary>
 /// FuzzyHashBlockType class constructor
 /// </summary>
 public FuzzyHashBlockType()
 {
     _segments         = new List <HashSegmentType>();
     _segment_Count    = new IntegerObjectPropertyType();
     _block_Hash_Value = new HashValueType();
 }