PropertyGetter.

TryGetPropertyDelegate(Type, string, PropertyDelegate) Method

Summary

Tries the get property delegate.

Syntax

public bool TryGetPropertyDelegate(Type type, string path, out PropertyDelegate propertyDelegate)

Parameters

Name Type Description
type Type The type.
path string The path.
propertyDelegate PropertyDelegate The property delegate.

Return Value

Type Description
bool