Table of Contents

Method TryGetKeyedServiceKey

Namespace
Autofac
Assembly
Autofac.dll

TryGetKeyedServiceKey<T>(IEnumerable<Parameter>, out T)

public static bool TryGetKeyedServiceKey<T>(this IEnumerable<Parameter> parameters, out T value)

Parameters

parameters IEnumerable<Parameter>
value T

Returns

bool

Type Parameters

T