GrainState.SetAll(IDictionary<String,Object>) 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.
Populates this property bag from a dictionary. This is a default Reflection-based implementation that can be overridden in the subclass or generated code.
public virtual void SetAll (System.Collections.Generic.IDictionary<string,object> values);
abstract member SetAll : System.Collections.Generic.IDictionary<string, obj> -> unit
override this.SetAll : System.Collections.Generic.IDictionary<string, obj> -> unit
Public Overridable Sub SetAll (values As IDictionary(Of String, Object))
Parameters
- values
- IDictionary<String,Object>
The Dictionary from string to object that contains the values for this property bag.