public bool TryGetValue(
string key,
out string value
)
Public Function TryGetValue (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] String^% value
) sealed
abstract TryGetValue :
key : string *
value : string byref -> bool
override TryGetValue :
key : string *
value : string byref -> bool
[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.LocalizableString.TryGetValue(System.String,System.String@)"]