RgfDynamicDictionaryTryGetMember(String, Object) Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Models
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.4.0.10320
C#
public bool TryGetMember(
	string key,
	out Object result
)

Parameters

key  String
 
result  Object
 

Return Value

Boolean

See Also