public interface IFieldInfo
|
FieldNames | Read-write Gets or sets the field names of serialized objects. |
FieldTypes | Read-write Gets or sets the field types of the serialized objects. |
string[] FieldNames {get; set;}
|
Type[] FieldTypes {get; set;}
|