PropertyGetter.

TryGet<T>(object, string, T) Method

Summary

Tries the get.

Syntax

public bool TryGet<T>(object instance, string path, out T value)

Type Parameters

Name Description
T

Parameters

Name Type Description
instance object The instance.
path string The path.
value T The value.

Return Value

Type Description
bool