GrainState.SetAll(IDictionary<String,Object>) 方法

定义

从字典填充此属性包。 这是可以在子类或生成的代码中重写的默认基于反射的实现。

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))

参数

values
IDictionary<String,Object>

从字符串到包含此属性包的值的对象的字典。

适用于