TryGetValue<T>(string,T?)
Summary
public abstract bool TryGetValue<T>(string variableName, [NotNullWhen(true)] out T? result);Parameters
Name
Description
Last updated
Was this helpful?
public abstract bool TryGetValue<T>(string variableName, [NotNullWhen(true)] out T? result);Last updated
Was this helpful?
Was this helpful?