Ejemplo n.º 1
0
 protected internal override void DeserializeProperty(UnrealBinaryReader reader)
 {
     Value = new DateTime(reader.ReadInt64());
 }