Table of Contents

Method WithType

Namespace
Skyline.DataMiner.Utils.DOM.Builders
Assembly
Skyline.DataMiner.Utils.DOM.dll

WithType(Type)

Sets the type for the field descriptor.

public T WithType(Type type)

Parameters

type Type

The type to set.

Returns

T

The builder instance.