PropertyGetter.

Get<T>(object, string) Method

Summary

Gets the specified instance.

Syntax

public T Get<T>(object instance, string path)

Type Parameters

Name Description
T

Parameters

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

Return Value

Type Description
T