Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool TryGetValue( string key, out ICustomFieldInfo value ) |
Visual Basic |
---|
Function TryGetValue ( _ key As String, _ <OutAttribute> ByRef value As ICustomFieldInfo _ ) As Boolean |
Visual C++ |
---|
bool TryGetValue( String^ key, [OutAttribute] ICustomFieldInfo^% value ) |