BinaryTypeConverterType Property

Gets the type of the member this BinaryTypeConverter instance is referring to.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected Type? Type { get; }

Property Value

Type
This property returns the type that was specified in the constructor.

See Also