次の方法で共有


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。

適用対象