Show / Hide Table of Contents

Delegate TryGetValueDelegate<T>

Namespace: Albatross.Expression
Assembly: Albatross.Expression.dll
Syntax
public delegate bool TryGetValueDelegate<T>(string name, T input, out object value);
Parameters
Type Name Description
System.String name
T input
System.Object value
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T

Extension Methods

Extensions.ConvertToBoolean(Object)
Back to top Generated by DocFX