PropertyGetter.

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

Summary

Tries the getter.

Syntax

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

Parameters

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

Return Value

Type Description
bool