ResolveHandler.FindWriter Method

Finds a Resolver that can write elements to instances of the specified Type.

Namespace:  TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

protected virtual Resolver FindWriter(
    Type type
)

Parameters

type

Type: System.Type
The Type of the instance to write to.

Return Value

Type: Resolver
A Resolver that can write elements to instances of the specified type.

Reference

ResolveHandler Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace