Initializes a new instance of the PDMField class

C# |
public PDMField( PDMFieldInfo info, PDMSection section, int offset, PDMSerializer ser, PDMDeserializer deser )

- info (PDMFieldInfo)
- the corresponding PDMFieldInfo from the PDMDefinition
- section (PDMSection)
- the section where the bytes will be stored
- offset (Int32)
- the offset into the section
- ser (PDMSerializer)
- the PDMSerializer to do the serializing
- deser (PDMDeserializer)
- the PDMDeserializer to do the deserializing