Namespace: Cognex.Vision.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
public abstract bool TryGetValue(
string key,
out string value
)
public abstract bool TryGetValue(
string key,
out string value
)
Public MustOverride Function TryGetValue (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
Public MustOverride Function TryGetValue (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] String^% value
) abstract
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] String^% value
) abstract
Return Value
Type:
BooleanImplements
IDictionary TKey, TValue TryGetValue(TKey, TValue )