コード例 #1
0
ファイル: RegularData.cs プロジェクト: xujyan/hurricane
 public override void FromDictionary(IDictionary dict)
 {
     _type = (RegularDataType)dict["type"];
       _payload = dict["payload"] as byte[];
 }
コード例 #2
0
 public override void FromDictionary(IDictionary dict)
 {
     _type    = (RegularDataType)dict["type"];
     _payload = dict["payload"] as byte[];
 }