TomlDerivedType(Type, Int32) Constructor

Definition

Namespace Tomlyn
Assembly Tomlyn.dll

Initializes a new instance of the TomlDerivedType class with an integer discriminator.

public TomlDerivedType(Type derivedType, int discriminator)

Parameters

derivedType
Type

The derived CLR type.

discriminator
Int32

The integer discriminator value.