public static Property ( Expression instance, PropertyInfo indexer ) : IndexExpression | ||
instance | Expression | The object to which the property belongs. If the property is static/shared, it must be null. |
indexer | PropertyInfo | The |
return | IndexExpression |