Class SerializableHashOperator<T, U>
Inheritance
SerializableHashOperator<T, U>
Assembly: VRoidSDK.dll
Syntax
[Serializable]
public class SerializableHashOperator<T, U> : ISerializableHash<T> where T : class where U : SerializablePair<T>, new()
Type Parameters
Constructors
SerializableHashOperator(List<U>)
Declaration
public SerializableHashOperator(List<U> data)
Parameters
Type |
Name |
Description |
List<U> |
data |
|
Properties
Item[String]
指定されたキーに関連付けられている値を取得または設定する
Declaration
public T this[string key] { get; set; }
Parameters
Type |
Name |
Description |
String |
key |
キー
|
Property Value
Methods
Remove(String)
Declaration
public bool Remove(string key)
Parameters
Type |
Name |
Description |
String |
key |
削除するキー
|
Returns
ToArray()
Declaration
public SerializablePair<T>[] ToArray()
Returns
Implements