|
|
От: |
Sinclair
|
https://github.com/evilguest/ |
| Дата: | 22.05.19 04:20 | ||
| Оценка: | |||
[DataContract]
[KnownType(typeof(SingleDamage[]))]
public struct DocumentData
{
[DataMember]
public string key; // Field id
[DataMember]
public object value; // Value for the Field
};