Пример #1
0
 protected void ComposeDic()
 {
     this._valueDic  = _source.ObjectSet;
     this._keys      = XTween.GetArrayFromCollection <string>(this._valueDic.Keys);
     this._keyLength = this._keys.Length;
 }