Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool IsDefaultPropetyVisible<T>(
	Expression<Func<T>> func,
	out T value
)
Visual Basic
Function IsDefaultPropetyVisible(Of T) ( _
	func As Expression(Of Func(Of T)), _
	<OutAttribute> ByRef value As T _
) As Boolean
Visual C++
generic<typename T>
bool IsDefaultPropetyVisible(
	Expression<Func<T>^>^ func, 
	[OutAttribute] T% value
)

Parameters

func
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T>)>)>>)>)>
value
Type: T%

Type Parameters

T

See Also