PropertyGetter.

TryGetPropertyType(object, string, Type) Method

Summary

Tries the type of the get property.

Syntax

public bool TryGetPropertyType(object instance, string path, out Type type)

Parameters

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

Return Value

Type Description
bool