共用方式為


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>

從字串到物件的 Dictionary,其中包含這個屬性包的值。

適用於