ArrayType

Description

sealed class Tinman.Core.Config.ArrayType

Derived from

ConfigType abstract

Config property type: array of elements.

This type should not be used as the target for type casting expressions, see ConfigType.IsArray for details.

Public / Constructors

Of


public static method Of → (1)

type in : ConfigType

The type or null.

returns → ArrayType

The result of ConfigType.AsArrayNull or null if type in is null.

Helper that calls ConfigType.AsArrayNull on the given type in.

Public / Attributes

Element​Type


public attribute ElementType → (get)

value : ConfigType

[not-null]
The list element type.

The list element type.