Clone() public method

Clones the storage returning a new DictionaryStorage object.
public Clone ( ) : IronPython.Runtime.DictionaryStorage
return IronPython.Runtime.DictionaryStorage
示例#1
0
 public override DictionaryStorage Clone()
 {
     return(_storage.Clone());
 }