PropertyGetter.

TryGetPropertyDelegate(object, string, PropertyDelegate) Method

Summary

Tries the get property delegate.

Syntax

public bool TryGetPropertyDelegate(object instance, string path, out PropertyDelegate propertyDelegate)

Parameters

Name Type Description
instance object The instance.
path string The path.
propertyDelegate PropertyDelegate The property delegate.

Return Value

Type Description
bool