YamlDerivedType(Type) Constructor

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Initializes a new instance with no discriminator, marking this derived type as the default when no discriminator matches.

public YamlDerivedType(Type derivedType)

Parameters

derivedType
Type

The derived CLR type.