ResolveHandler.FindReader Method

Finds a Resolver that can read elements from 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 FindReader(
    Type type
)

Parameters

type

Type: System.Type
The Type of the instance to read from.

Return Value

Type: Resolver
A Resolver that can read elements from instances of the specified type.

Reference

ResolveHandler Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace