PropertyGetter.

TryGet(object, string, object) Method

Summary

Tries the get.

Syntax

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

Parameters

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

Return Value

Type Description
bool