Click or drag to resize

BasePersistentFieldAttributeordinaryTypeProto Property

A proto that (de)serializes field's value as a simple string.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public Type ordinaryTypeProto { get; protected set; }
Request Example View Source

Property Value

Type: Type
The prototype's class type.
Remarks
This type must be a descendant of AbstractOrdinaryValueTypeProto.
See Also