GrainState.AsDictionary 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.
Converts this property bag into a dictionary. This is a default Reflection-based implementation that can be overridden in the subclass or generated code.
public virtual System.Collections.Generic.IDictionary<string,object> AsDictionary ();
abstract member AsDictionary : unit -> System.Collections.Generic.IDictionary<string, obj>
override this.AsDictionary : unit -> System.Collections.Generic.IDictionary<string, obj>
Public Overridable Function AsDictionary () As IDictionary(Of String, Object)
Returns
A Dictionary from string property name to property value.