FormatterStore<T>.IStore<T>.TryLoad(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
bool IStore<T>.TryLoad (out T item);
abstract member Microsoft.Bot.Builder.Internals.Fibers.IStore<T>.TryLoad : 'T -> bool
override this.Microsoft.Bot.Builder.Internals.Fibers.IStore<T>.TryLoad : 'T -> bool
Function TryLoad (ByRef item As T) As Boolean Implements IStore(Of T).TryLoad
Parameters
- item
- T