PropertyGetter.

TryGetter<T>(Type, string, Func<object, T>) Method

Summary

Tries the getter.

Syntax

public bool TryGetter<T>(Type type, string path, out Func<object, T> getter)

Type Parameters

Name Description
T

Parameters

Name Type Description
type Type The type.
path string The path.
getter Func<object, T> The getter.

Return Value

Type Description
bool