Redigera

Dela via


GrainState.SetAll(IDictionary<String,Object>) Method

Definition

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.

Applies to