Resolver.T..CanResolve Method

Determines whether this Resolver can resolve instances of the specified Type.

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

Syntax

C#

public override sealed bool CanResolve(
    Type type
)

Parameters

type

Type: System.Type
The Type of the instances to resolve.

Return Value

Type: Boolean
true if an instance of type can be assigned to an instance of T (see IsAssignableFrom(Type)); otherwise, false.

Reference

Resolver.T. Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace