PropertyGetter.

TryGetPropertyType(Type, string, Type) Method

Summary

Tries the type of the get property.

Syntax

public bool TryGetPropertyType(Type type, string path, out Type propertyType)

Parameters

Name Type Description
type Type The type.
path string The path.
propertyType Type Type of the property.

Return Value

Type Description
bool