StandardOrdinaryTypesProto Class |
Namespace: KSPDev.ConfigUtils
public sealed class StandardOrdinaryTypesProto : AbstractOrdinaryValueTypeProto
The StandardOrdinaryTypesProto type exposes the following members.
Name | Description | |
---|---|---|
![]() | StandardOrdinaryTypesProto | Initializes a new instance of the StandardOrdinaryTypesProto class |
Name | Description | |
---|---|---|
![]() | CanHandle | Tells if proto can handle the specified type. (Overrides AbstractOrdinaryValueTypeProtoCanHandle(Type).) |
![]() | ParseFromString | Makes a value from the string representation. (Overrides AbstractOrdinaryValueTypeProtoParseFromString(String, Type).) |
![]() | SerializeToString | Serializes value into a string. (Overrides AbstractOrdinaryValueTypeProtoSerializeToString(Object).) |