TryGetValueDelegate Delegate

Namespace
Microsoft.AspNetCore.Mvc.ViewFeatures
Assemblies
  • Microsoft.AspNetCore.Mvc.ViewFeatures

Syntax

public delegate bool TryGetValueDelegate(object dictionary, string key, out object value);
delegate Microsoft.AspNetCore.Mvc.ViewFeatures.TryGetValueDelegate