Clone() public méthode

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