For the complete documentation index, see llms.txt. This page is also available as Markdown.

TryGetValue(string,T)

Method in VariableStorageBehaviour

Summary

public abstract bool TryGetValue<T>(string variableName, out T result);

Parameters

Name
Description

string variableName

T result

Last updated

Was this helpful?