Click or drag to resize

AbstractOrdinaryValueTypeProtoCanHandle Method

Tells if proto can handle the specified type.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
public abstract bool CanHandle(
	Type type
)
Request Example View Source

Parameters

type
Type: SystemType
A type in question.

Return Value

Type: Boolean
true if proto can (de)serialize values of the type.
See Also