PropertyGetter.

Getter(Type, string) Method

Summary

Getters the specified type.

Syntax

public Func<object, object> Getter(Type type, string path)

Parameters

Name Type Description
type Type The type.
path string The path.

Return Value

Type Description
Func<object, object>